mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: udisks: Make bash-minimal input unconditional.
* gnu/packages/freedesktop.scm (udisks): Normalize comments indentation. [inputs]: Make bash-minimal unconditional. Change-Id: I68994658a4a4f8e097744107177f33d81d1c7e1e
This commit is contained in:
parent
eb4c2f63f6
commit
11a4c057c4
1 changed files with 16 additions and 19 deletions
|
@ -1745,17 +1745,14 @@ (define-public udisks
|
|||
(propagated-inputs
|
||||
(list glib)) ; required by udisks2.pc
|
||||
(inputs
|
||||
`(,acl
|
||||
;; TODO(staging): Make unconditional.
|
||||
,@(if (%current-target-system)
|
||||
(list bash-minimal) ; for wrap-program
|
||||
'())
|
||||
,cryptsetup
|
||||
,libatasmart
|
||||
,libblockdev
|
||||
,libgudev
|
||||
,polkit
|
||||
,util-linux))
|
||||
(list acl
|
||||
bash-minimal
|
||||
cryptsetup
|
||||
libatasmart
|
||||
libblockdev
|
||||
libgudev
|
||||
polkit
|
||||
util-linux))
|
||||
(outputs '("out"
|
||||
"doc")) ;5 MiB of gtk-doc HTML
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue