mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ae9867f85c
commit
2abc77996e
1 changed files with 3 additions and 1 deletions
|
@ -143,6 +143,7 @@ program to exhibit a bug.")
|
||||||
(native-inputs (list flex))
|
(native-inputs (list flex))
|
||||||
(inputs
|
(inputs
|
||||||
`(("astyle" ,astyle)
|
`(("astyle" ,astyle)
|
||||||
|
("bash" ,bash-minimal) ; for wrap-program
|
||||||
("llvm" ,llvm-9)
|
("llvm" ,llvm-9)
|
||||||
("clang" ,clang-9)
|
("clang" ,clang-9)
|
||||||
("indent" ,indent)
|
("indent" ,indent)
|
||||||
|
@ -692,7 +693,8 @@ input. Zzuf's behaviour is deterministic, making it easy to reproduce bugs.")
|
||||||
automake
|
automake
|
||||||
autoconf))
|
autoconf))
|
||||||
(inputs
|
(inputs
|
||||||
(list readline))
|
(list bash-minimal
|
||||||
|
readline))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pygobject))
|
(list python-pygobject))
|
||||||
(home-page "https://github.com/scanmem/scanmem")
|
(home-page "https://github.com/scanmem/scanmem")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue