guix-commits
[Top][All Lists]
Advanced

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

30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input.


From: guix-commits
Subject: 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input.
Date: Sat, 21 Oct 2023 15:19:32 -0400 (EDT)

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

commit 70d42cde1903c3f5a11524d91e7a392e6f220b7c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:12:58 2021 +0200

    gnu: gnome-shell-extension-gsconnect: Add 'bash' input.
    
    It is required by 'wrap-program' when cross-compilation.
    
    * gnu/packages/gnome-xyz.scm
      (gnome-shell-extension-gsconnect)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/gnome-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 8b5dc3030e..e693459a3f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -823,6 +823,7 @@ faster window switching.")
                #t))))))
     (inputs
      `(("at-spi2-core" ,at-spi2-core)
+       ("bash" ,bash-minimal) ; for wrap-program
        ("caribou" ,caribou)
        ("evolution-data-server" ,evolution-data-server)
        ("gjs" ,gjs)



reply via email to

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