mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: myrepos: Add bash-minimal to inputs.
* gnu/packages/version-control.scm (myrepos) [inputs]: Add bash-minimal. Change-Id: I97feb4f5d8ad03fcde2bd8579c5a133d89904c8a
This commit is contained in:
parent
60f9054958
commit
0f0ec73ac8
1 changed files with 3 additions and 3 deletions
|
@ -3039,10 +3039,10 @@ (define-public myrepos
|
|||
"/lib/perl5/site_perl"))
|
||||
'("perl-encode-locale" "perl-http-date"
|
||||
"perl-http-message" "perl-html-parser" "perl-libwww"
|
||||
"perl-uri" "perl-try-tiny"))))
|
||||
#t))))))
|
||||
"perl-uri" "perl-try-tiny"))))))))))
|
||||
(inputs
|
||||
(list perl
|
||||
(list bash-minimal ;for wrap-program
|
||||
perl
|
||||
perl-encode-locale
|
||||
perl-html-parser
|
||||
perl-http-date
|
||||
|
|
Loading…
Reference in a new issue