guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/14: gnu: rename: Add bash-minimal to inputs.


From: guix-commits
Subject: 06/14: gnu: rename: Add bash-minimal to inputs.
Date: Thu, 19 Oct 2023 23:43:13 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 22c0e6405612b38e3e85cc0add74bd97184e5980
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:21:10 2023 -0400

    gnu: rename: Add bash-minimal to inputs.
    
    * gnu/packages/admin.scm (rename) [inputs]: Add bash-minimal.
    [arguments]: Delete trailing #t.
    
    Change-Id: I800046ed153f1b323c2b8ced895cba9eeeaeaf43
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e470b61739..5228685e1f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1912,10 +1912,10 @@ realms/domains like Active Directory or IPA.")
                     (wrap-program program
                       `("PERL5LIB" ":" prefix
                         (,(string-append out "/lib/perl5/site_perl")))))
-                  (find-files "." ".*")))
-               #t))))))
+                  (find-files "." ".*")))))))))
     (native-inputs
      (list perl-module-build perl-test-pod perl-test-pod-coverage))
+    (inputs (list bash-minimal))        ;for wrap-program
     (home-page "https://metacpan.org/pod/distribution/File-Rename/rename.PL";)
     (synopsis "Perl extension for renaming multiple files")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]