gnu: wpa-supplicant-gui: Use 'imagemagick/stable' variant.

* gnu/packages/admin.scm (wpa-supplicant-gui):
[native-inputs]: Use the 'imagemagick/stable' variant.
[arguments]<#:disallowed-phases>: Prevent 'imagemagick/stable'
from entering the closure.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I8a998857b2d366744da16ea4850b02c52ba7c565
This commit is contained in:
Maxime Devos 2021-03-29 13:47:01 +02:00 committed by Ludovic Courtès
parent 2090a563bd
commit 94153591c5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2333,10 +2333,14 @@ command.")
(native-inputs
;; For icons.
(modify-inputs (package-native-inputs wpa-supplicant)
(prepend imagemagick inkscape/stable)))
(prepend imagemagick/stable
inkscape/stable)))
(build-system qt-build-system)
(arguments
(list
;; Make sure the (rarely updated) package 'imagemagick/stable'
;; does not end up in the closure.
#:disallowed-references (list imagemagick/stable)
#:test-target "check"
#:phases
#~(modify-phases %standard-phases