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

View file

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