mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 22:20:38 +02:00
gnu: heimdal: Make 'bash-minimal' input unconditional.
* gnu/packages/kerberos.scm (heimdal)[inputs]{bash-minimal}:
Make it unconditional.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
committed by
Mathieu Othacehe
parent
296599dac5
commit
ea5039c765
@@ -280,10 +280,7 @@ After installation, the system administrator should generate keys using
|
||||
`(("perl" ,perl))
|
||||
'())))
|
||||
(inputs `(("readline" ,readline)
|
||||
;; TODO(core-updates): Make this input unconditional.
|
||||
,@(if (%current-target-system)
|
||||
`(("bash-minimal" ,bash-minimal))
|
||||
'())
|
||||
("bash-minimal" ,bash-minimal)
|
||||
("bdb" ,bdb)
|
||||
("e2fsprogs" ,e2fsprogs) ;for libcom_err
|
||||
("sqlite" ,sqlite)))
|
||||
|
||||
Reference in New Issue
Block a user