me
/
guix
Archived
1
0
Fork 0

gnu: cairo: Use bash-minimal unconditionally.

* gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
master
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
1 changed files with 1 additions and 4 deletions

View File

@ -188,10 +188,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)
("drm" ,libdrm)
("ghostscript" ,ghostscript)
("libspectre" ,libspectre)