mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: bcc: Add bash-minimal to inputs.
* gnu/packages/linux.scm (bcc) [inputs]: Add bash-minimal. Change-Id: I938ae555fc5789782041e8fd3243e41ced2fb9b6
This commit is contained in:
parent
16babde41e
commit
a3b8a9627b
1 changed files with 2 additions and 1 deletions
|
@ -10039,7 +10039,8 @@ (define-public bcc
|
|||
flex
|
||||
(@ (gnu packages compression) zip)))
|
||||
(inputs
|
||||
(list clang-15
|
||||
(list bash-minimal ;for wrap-program
|
||||
clang-15
|
||||
elfutils
|
||||
luajit
|
||||
libbpf
|
||||
|
|
Loading…
Reference in a new issue