guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 102/128] gnu: gnome-shell-extension-gsco


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 102/128] gnu: gnome-shell-extension-gsconnect: Add 'bash' input.
Date: Fri, 2 Jul 2021 12:12:58 +0200

It is required by 'wrap-program' when cross-compilation.

* gnu/packages/gnome-xyz.scm
  (gnome-shell-extension-gsconnect)[inputs]: Add 'bash-minimal'.
---
 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 af920c501d..865609e06c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -424,6 +424,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)
-- 
2.32.0






reply via email to

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