guix-commits
[Top][All Lists]
Advanced

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

16/40: gnu: file-systems: Add 'bash' input for 'wrap-program'.


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

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

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

    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
---
 gnu/packages/file-systems.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 63de393851..11baa979c4 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -648,7 +648,8 @@ from a mounted file system.")
                   (list valgrind)
                   '())))
       (inputs
-       (list eudev
+       (list bash-minimal
+             eudev
              keyutils
              libaio
              libscrypt
@@ -1337,6 +1338,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



reply via email to

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