guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 027/128] gnu: patchutils: Add 'bash' inp


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

It is required for cross-compilation.

* gnu/packages/pdf.scm
  (patchutils)[inputs]: Add 'bash-minimal'.
  (quilt)[inputs]: Likewise.
  (meld)[inputs]: Likewise.
---
 gnu/packages/patchutils.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 1a64ef3a94..c3cf50fd33 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -63,7 +63,8 @@
         "0xp8mcfyi5nmb5a2zi5ibmyshxkb1zv1dgmnyn413m7ahgdx8mfg"))
       (patches (search-patches "patchutils-test-perms.patch"))))
     (build-system gnu-build-system)
-    (inputs `(("perl" ,perl)))
+    (inputs `(("bash" ,bash-minimal) ; for wrap-program
+              ("perl" ,perl)))
     (arguments
      '(#:parallel-tests? #f
        #:phases
@@ -112,7 +113,8 @@ listing the files modified by a patch.")
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))
-    (inputs `(("perl" ,perl)
+    (inputs `(("bash" ,bash-minimal) ; for wrap-program
+              ("perl" ,perl)
               ("less" ,less)
               ("file" ,file)
               ("ed" ,ed)
@@ -262,7 +264,8 @@ GiB).")
        ("glib-compile-schemas" ,glib "bin")
        ("python-pytest" ,python-pytest)))
     (inputs
-     `(("python-cairo" ,python-pycairo)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("python-cairo" ,python-pycairo)
        ("python-gobject" ,python-pygobject)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtksourceview" ,gtksourceview-3)))
-- 
2.32.0






reply via email to

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