mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: httpd: Add perl input.
* gnu/packages/web.scm (httpd): Add perl input.
This commit is contained in:
parent
bc35100151
commit
50b7a6a040
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue