mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2090a563bd
commit
94153591c5
1 changed files with 5 additions and 1 deletions
|
@ -2333,10 +2333,14 @@ command.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For icons.
|
;; For icons.
|
||||||
(modify-inputs (package-native-inputs wpa-supplicant)
|
(modify-inputs (package-native-inputs wpa-supplicant)
|
||||||
(prepend imagemagick inkscape/stable)))
|
(prepend imagemagick/stable
|
||||||
|
inkscape/stable)))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; Make sure the (rarely updated) package 'imagemagick/stable'
|
||||||
|
;; does not end up in the closure.
|
||||||
|
#:disallowed-references (list imagemagick/stable)
|
||||||
#:test-target "check"
|
#:test-target "check"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue