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 #71 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 023/128] gnu: debug: Add 'bash' input for
 'wrap-program'.
Date: Fri,  2 Jul 2021 12:06:29 +0200
It is required for cross-compilation.

* gnu/packages/debug.scm
  (c-reduce)[inputs]: Add 'bash-minimal'.
  (scanmem)[inputs]: Likewise.
---
 gnu/packages/debug.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9a4ce7067a..45cabd6624 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -127,6 +127,7 @@ program to exhibit a bug.")
     (native-inputs `(("flex" ,flex)))
     (inputs
      `(("astyle"          ,astyle)
+       ("bash"            ,bash-minimal) ; for wrap-program
        ("llvm"            ,llvm)
        ("clang"           ,clang)
        ("indent"          ,indent)
@@ -527,7 +528,8 @@ input.  Zzuf's behaviour is deterministic, making it easy to reproduce bugs.")
        ("automake" ,automake)
        ("autoconf" ,autoconf)))
     (inputs
-     `(("readline" ,readline)))
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("readline" ,readline)))
     (propagated-inputs
      `(("python-pygobject" ,python-pygobject)))
     (home-page "https://github.com/scanmem/scanmem")
-- 
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.