guix-commits
[Top][All Lists]
Advanced

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

02/40: gnu: debug: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 02/40: gnu: debug: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 01:53:12 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 2e67da93ee2ba076da375cc1e7abb455726eb635
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:29 2021 +0200

    gnu: debug: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/debug.scm
    (c-reduce)[inputs]: Add 'bash-minimal'.
    (scanmem)[inputs]: Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: I6cae82e90a994384aa3ddd737dd885444a0f5cad
---
 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 febc041e53..dcda0276c4 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -139,6 +139,7 @@ program to exhibit a bug.")
     (native-inputs (list flex))
     (inputs
      `(("astyle"          ,astyle)
+       ("bash"            ,bash-minimal) ; for wrap-program
        ("llvm"            ,llvm-9)
        ("clang"           ,clang-9)
        ("indent"          ,indent)
@@ -585,7 +586,8 @@ input.  Zzuf's behaviour is deterministic, making it easy 
to reproduce bugs.")
            automake
            autoconf))
     (inputs
-     (list readline))
+     (list bash-minimal
+           readline))
     (propagated-inputs
      (list python-pygobject))
     (home-page "https://github.com/scanmem/scanmem";)



reply via email to

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