GNU bug report logs - #49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.

Previous Next

Package: guix-patches;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Fri, 2 Jul 2021 10:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
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





This bug report was last modified 1 year and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.