~ruther/guix-local

112def11ad53eed881ee575d50e66935dbe38c54 — Maxime Devos 4 years ago c03f5c6
gnu: perl: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/perl.scm
  (perl-eval-withlexicals)[inputs]: Add 'bash-minimal'.
  (perl-sgmls)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +4 -0
@@ 4398,6 4398,8 @@ errors are rethrown automatically.")
                            (,(getenv "PERL5LIB")
                             ,(string-append out "/lib/perl5/site_perl"))))
                        #t))))))
    (inputs
     `(("bash" ,bash-minimal))) ; for wrap-program
    (propagated-inputs
     (list perl-moo perl-strictures))
    (home-page "https://metacpan.org/release/Eval-WithLexicals")


@@ 12357,6 12359,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
     (list perl-module-build))
    (home-page "https://metacpan.org/release/RAAB/SGMLSpm-1.1")