gnu: httpd: Add perl input.

* gnu/packages/web.scm (httpd): Add perl input.
This commit is contained in:
David Thompson 2015-01-29 16:34:04 -05:00
parent bc35100151
commit 50b7a6a040
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@
(inputs `(("apr" ,apr) (inputs `(("apr" ,apr)
("apr-util" ,apr-util) ("apr-util" ,apr-util)
("openssl" ,openssl) ("openssl" ,openssl)
("pcre" ,pcre))) ("pcre" ,pcre)
("perl" ,perl))) ; needed to run bin/apxs
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
#:configure-flags (list "--enable-rewrite" #:configure-flags (list "--enable-rewrite"