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


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [bug#49327] [PATCH core-updates 120/128] gnu: akku: Add 'bash' input for 'wrap-program'.
Date: Fri,  2 Jul 2021 12:13:16 +0200
It is required for cross-compilation.

* gnu/packages/package-management.scm
  (akku)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/package-management.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 680fd18a7e..1a2841346d 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1484,7 +1484,8 @@ sandboxed desktop applications on GNU/Linux.")
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("guile" ,guile-3.0)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("guile" ,guile-3.0)
        ("curl" ,curl)))
     (home-page "https://akkuscm.org/")
     (synopsis "Language package manager for Scheme")
-- 
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.