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


Message #209 received at 49327 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [PATCH core-updates 077/128] gnu: perl: Add 'bash' input for
 'wrap-program'.
Date: Fri,  2 Jul 2021 12:07:23 +0200
It is required for cross-compilation.

* gnu/packages/perl.scm
  (perl-eval-withlexicals)[inputs]: Add 'bash-minimal'.
  (perl-sgmls)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/perl.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0d94566925..d104b98663 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4171,6 +4171,8 @@ errors are rethrown automatically.")
                             (,(getenv "PERL5LIB")
                              ,(string-append out "/lib/perl5/site_perl"))))
                         #t))))))
+    (inputs
+     `(("bash" ,bash-minimal))) ; for wrap-program
     (propagated-inputs
      `(("perl-moo" ,perl-moo)
        ("perl-strictures" ,perl-strictures)))
@@ -11475,6 +11477,8 @@ spirit of both the SDL and Perl.")
                           (wrap-program "bin/sgmlspl"
                             `("PERL5LIB" suffix (,site))))
                         #t))))))
+    (inputs
+     `(("bash" ,bash-minimal))) ; for wrap-program
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))
     (home-page "https://metacpan.org/release/RAAB/SGMLSpm-1.1")
-- 
2.32.0





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

Previous Next


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