GNU bug report logs - #49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.

Previous Next

Package: guix-patches;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Fri, 2 Jul 2021 10:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #248 received at 49327 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [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





This bug report was last modified 1 year and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.