mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: udiskie: Make bash-minimal input unconditional.
* gnu/packages/freedesktop.scm (udiskie) [inputs]: Make bash-minimal unconditional. Change-Id: I0984cb1a36ff2b983c119a075ac1bc5e7604be75
This commit is contained in:
parent
7e69a27320
commit
6f4681a512
1 changed files with 9 additions and 12 deletions
|
@ -2664,19 +2664,16 @@ (define-public udiskie
|
|||
"0z0gk8l6rv4np29kfdalmy4q3900005sxhjg0jz1aa8irdcsp1qz"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("asciidoc" ,asciidoc)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(list asciidoc
|
||||
gettext-minimal
|
||||
gobject-introspection))
|
||||
(inputs
|
||||
;; TODO(staging): Make unconditional.
|
||||
`(,@(if (%current-target-system)
|
||||
(list bash-minimal)
|
||||
'())
|
||||
,gobject-introspection
|
||||
,gtk+
|
||||
,libappindicator
|
||||
,libnotify
|
||||
,udisks))
|
||||
(list bash-minimal
|
||||
gobject-introspection
|
||||
gtk+
|
||||
libappindicator
|
||||
libnotify
|
||||
udisks))
|
||||
(propagated-inputs
|
||||
(list python-docopt python-pygobject python-keyutils python-pyxdg
|
||||
python-pyyaml))
|
||||
|
|
Loading…
Reference in a new issue