mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: file-systems: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Add 'bash-minimal'. (xfstools)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifc5a0af2e1fb02947e845aca73f513eef2de907b
This commit is contained in:
committed by
Ludovic Courtès
parent
b010c8f1eb
commit
e3246db5de
@@ -662,7 +662,8 @@ from a mounted file system.")
|
||||
(list valgrind)
|
||||
'())))
|
||||
(inputs
|
||||
(list eudev
|
||||
(list bash-minimal
|
||||
eudev
|
||||
keyutils
|
||||
libaio
|
||||
libscrypt
|
||||
@@ -1416,6 +1417,7 @@ xfstest's \"~a\" command (with any OPTIONs) as documented below.\n\n"
|
||||
(inputs
|
||||
(list acl
|
||||
attr
|
||||
bash-minimal
|
||||
bc
|
||||
guile-3.0 ; for our xfstests-check helper script
|
||||
inetutils
|
||||
|
||||
Reference in New Issue
Block a user