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:
Maxime Devos 2021-10-01 16:21:16 +02:00 committed by Mathieu Othacehe
parent f73758f6c2
commit e8176d3152
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -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)