[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
- branch core-updates updated (791499d97e -> 6d10ec739d), guix-commits, 2023/10/19
- 01/14: gnu: file: Update to 5.45, guix-commits, 2023/10/19
- 08/14: gnu: dstat: Add bash-minimal to inputs and use gexps., guix-commits, 2023/10/19
- 04/14: gnu: cloud-utils: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 10/14: gnu: arandr: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 02/14: gnu: libinput: Update to 1.24.0., guix-commits, 2023/10/19
- 06/14: gnu: rename: Add bash-minimal to inputs.,
guix-commits <=
- 13/14: gnu: wl-clipboard-x11: Remove trailing #t., guix-commits, 2023/10/19
- 05/14: gnu: clusterssh: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 12/14: gnu: gammastep: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 03/14: gnu: libinput: Remove input labels., guix-commits, 2023/10/19
- 07/14: gnu: nmap: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 09/14: gnu: mkfontdir: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 11/14: gnu: redshift: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 14/14: gnu: gammastep: Add bash-minimal to inputs., guix-commits, 2023/10/19