gnu: cairo: Use bash-minimal unconditionally.
* gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
This commit is contained in:
parent
37b589425f
commit
771550b280
1 changed files with 1 additions and 4 deletions
|
@ -188,10 +188,7 @@ tools have full access to view and control running applications.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO(core-updates): make this unconditional
|
`(("bash-minimal" ,bash-minimal)
|
||||||
`(,@(if (%current-target-system)
|
|
||||||
`(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
|
|
||||||
'())
|
|
||||||
("drm" ,libdrm)
|
("drm" ,libdrm)
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("libspectre" ,libspectre)
|
("libspectre" ,libspectre)
|
||||||
|
|
Reference in a new issue