mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: httpd: Add perl input.
* gnu/packages/web.scm (httpd): Add perl input.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user