diff options
author | Andreas Enge <andreas@enge.fr> | 2013-12-09 23:49:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-12-09 23:49:22 +0100 |
commit | 846972ebe5bb6d0405c86ec1c371956251c5752b (patch) | |
tree | dfb5a5c85a75955c9381346ffc9c260379edc3c9 /gnu | |
parent | 3adf5888051233962c61db3c41b711baa81b9399 (diff) | |
download | guix-846972ebe5bb6d0405c86ec1c371956251c5752b.tar guix-846972ebe5bb6d0405c86ec1c371956251c5752b.tar.gz |
gnu: perl-file-listing: Propagate input.
* gnu/packages/web.scm (perl-file-listing): Propagate input perl-http-date.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index eafa6dda9c..9a4119ea2f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -354,7 +354,7 @@ HTTP/1.1.") (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") |