gnu: httpd: Add perl input.
* gnu/packages/web.scm (httpd): Add perl input.
This commit is contained in:
parent
bc35100151
commit
50b7a6a040
|
@ -60,7 +60,8 @@
|
|||
(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"
|
||||
|
|
Loading…
Reference in New Issue