diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-17 15:55:45 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-17 15:55:45 +0900 |
| commit | ead9f1d8fa3d6090b7181215305fc53291d3fb8d (patch) | |
| tree | 9aeda2d260f315d52e5a6d65c6c2907d4d4e1f60 | |
| parent | d3d7d66b3dfb87c3dd9a2b34004d9c6f37814e7a (diff) | |
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
| -rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ca8023aa8a3..089fec4216c 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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 |
