~ruther/guix-local

94153591c5178a78b7bd0343cc514ce6f4a60ec4 — Maxime Devos 5 years ago 2090a56
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
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +5 -1
@@ 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