guix-commits
[Top][All Lists]
Advanced

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

05/40: gnu: patchutils: Add 'bash' input for 'wrap-program'.


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

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

commit 7e2e1982a8e63d38eca9a975d828a4dbc5509c37
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:33 2021 +0200

    gnu: patchutils: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/pdf.scm
    (patchutils)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ifeab38ef995d0685b3e5e59a770814aaac112a70
---
 gnu/packages/patchutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index efb9a04aee..5e23df3850 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -132,7 +132,7 @@ specifying desired matches and transformations in the C 
code.")
          "1va5pzmxbzpi87vdnbjm9qdf9bvzps9xfv0gi4mycgg3bybb0xc8"))))
     (build-system gnu-build-system)
     (inputs
-     (list perl python))
+     (list bash-minimal perl python))
     (arguments
      '(#:parallel-tests? #f
        #:phases



reply via email to

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