Archived
1
0
Fork 0

gnu: cairo: Use bash-minimal unconditionally.

* gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
This commit is contained in:
Maxim Cournoyer 2021-12-17 16:14:28 -05:00
parent 37b589425f
commit 771550b280
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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