guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/142: gnu: cairo: Use bash-minimal unconditionally.


From: guix-commits
Subject: 22/142: gnu: cairo: Use bash-minimal unconditionally.
Date: Mon, 10 Jan 2022 13:07:15 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 771550b28042a93ea2a87f2c2c42d72e577170e9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 17 16:14:28 2021 -0500

    gnu: cairo: Use bash-minimal unconditionally.
    
    * gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
---
 gnu/packages/gtk.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 781c66192c..dff09bf674 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]