guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 023/128] gnu: debug: Add 'bash' input fo


From: Maxime Devos
Subject: [bug#49327] [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






reply via email to

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