mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rename: Add bash-minimal to inputs.
* gnu/packages/admin.scm (rename) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: I800046ed153f1b323c2b8ced895cba9eeeaeaf43
This commit is contained in:
parent
41cfdd7e50
commit
c9efa54420
1 changed files with 2 additions and 2 deletions
|
@ -1941,10 +1941,10 @@ (define-public rename
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue