mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
c03f5c66cc
commit
112def11ad
1 changed files with 4 additions and 0 deletions
|
@ -4398,6 +4398,8 @@ (define-public perl-eval-withlexicals
|
|||
(,(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 @@ (define-public perl-sgmls
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue