mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: perl-reply: Move bash-minimal to inputs.
* gnu/packages/perl.scm (perl-reply) [native-inputs]: Move bash-minimal to... [inputs]: ... here. Change-Id: I464923e1a1f028f82e82c410d954bd92492504c9
This commit is contained in:
parent
d3d7d66b3d
commit
ead9f1d8fa
1 changed files with 2 additions and 2 deletions
|
|
@ -4680,9 +4680,9 @@ modules separately and deal with them after the module is done installing.")
|
|||
`("PERL5LIB" ":" prefix
|
||||
(,(getenv "PERL5LIB")
|
||||
,(string-append #$output "/lib/perl5/site_perl")))))))))
|
||||
(native-inputs (list bash-minimal)) ;for wrap-program
|
||||
(inputs
|
||||
(list perl-app-nopaste
|
||||
(list bash-minimal ;for wrap-program
|
||||
perl-app-nopaste
|
||||
perl-b-keywords
|
||||
perl-carp-always
|
||||
perl-class-refresh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue