gnu: cairo: Make 'bash-minimal' input unconditional.
* gnu/packages/gtk.scm (cairo)[inputs]{bash-minimal}: Make this input unconditional. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
f73758f6c2
commit
e8176d3152
@ -182,10 +182,7 @@ tools have full access to view and control running applications.")
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
(inputs
|
||||
;; TODO(core-updates): make this unconditional
|
||||
`(,@(if (%current-target-system)
|
||||
`(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
|
||||
'())
|
||||
`(("bash-minimal" ,bash-minimal) ; for glib-or-gtk-wrap
|
||||
("drm" ,libdrm)
|
||||
("ghostscript" ,ghostscript)
|
||||
("libspectre" ,libspectre)
|
||||
|
Loading…
Reference in New Issue
Block a user