mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-file-listing: Propagate input.
* gnu/packages/web.scm (perl-file-listing): Propagate input perl-http-date.
This commit is contained in:
parent
3adf588805
commit
846972ebe5
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ (define-public perl-file-listing
|
|||
(base32
|
||||
"1xcwjlnxaiwwpn41a5yi6nz95ywh3szq5chdxiwj36kqsvy5000y"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("perl-http-date" ,perl-http-date)))
|
||||
(license (package-license perl))
|
||||
(synopsis "Perl directory listing parser")
|
||||
|
|
Loading…
Reference in a new issue