guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 084/128] gnu: linux: Add 'bash' input fo


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 084/128] gnu: linux: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:07:30 +0200

It is required for cross-compilation.

* gnu/packages/linux.scm
  (kbd)[inputs]: Add 'bash-minimal'.
  (singularity)[inputs]: Likewise.
  (bcc)[inputs]: Likewise.
---
 gnu/packages/linux.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5cdfe97764..b49e1fafd3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3279,7 +3279,8 @@ NUMA performance on your system.")
      `(("autoconf" ,autoconf)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("bzip2" ,bzip2)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("bzip2" ,bzip2)
        ("gzip" ,gzip)
        ("pam" ,linux-pam)
        ("xz" ,xz)
@@ -4362,7 +4363,8 @@ thanks to the use of namespaces.")
                                  out "/bin/singularity")))
                #t))))))
     (inputs
-     `(("libarchive" ,libarchive)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("libarchive" ,libarchive)
        ("python" ,python-wrapper)
        ("zlib" ,zlib)
        ("squashfs-tools" ,squashfs-tools)))
@@ -7864,7 +7866,8 @@ headers.")
      `(("bison" ,bison)
        ("flex" ,flex)))
     (inputs
-     `(("clang-toolchain" ,clang-toolchain)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("clang-toolchain" ,clang-toolchain)
        ("libbpf" ,(package-source libbpf))
        ;; LibElf required but libelf does not contain
        ;; archives, only object files.
-- 
2.32.0






reply via email to

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