guix-commits
[Top][All Lists]
Advanced

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

23/38: gnu: at-spi2-core: Make 'bash-minimal' input unconditional.


From: guix-commits
Subject: 23/38: gnu: at-spi2-core: Make 'bash-minimal' input unconditional.
Date: Sat, 2 Oct 2021 12:52:43 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit d8ff47a75e11fc29c6d6ad8c286d0ce328050633
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:25 2021 +0200

    gnu: at-spi2-core: Make 'bash-minimal' input unconditional.
    
    * gnu/packages/gtk.scm (at-spi2-core)[inputs]{bash-minimal}:
      Make it unconditional.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 f37dfaf..adb4d84 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -778,10 +778,7 @@ scaled, composited, modified, saved, or rendered.")
              (invoke "dbus-launch" "ninja" "test")))
          (delete 'check))))
     (inputs
-     ;; TODO(core-updates): Make this input unconditional.
-     (if (%current-target-system)
-         `(("bash-minimal" ,bash-minimal))
-         '()))
+     `(("bash-minimal" ,bash-minimal)))
     (propagated-inputs
      ;; atspi-2.pc refers to all these.
      `(("dbus" ,dbus)



reply via email to

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