This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ead9f1d8fa gnu: perl-reply: Move bash-minimal to inputs.
ead9f1d8fa is described below

commit ead9f1d8fa3d6090b7181215305fc53291d3fb8d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Dec 17 15:55:45 2025 +0900

    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
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ca8023aa8a..089fec4216 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

Reply via email to