diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-01-29 16:34:04 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-02-02 20:38:31 -0500 |
commit | 50b7a6a040fc63ee301d2f7e834d09aef065b996 (patch) | |
tree | 26dba1916a7ffc634a2887ec06a94006a42fc679 | |
parent | bc3510015169f3bc02454335fd28ae2f890a60c2 (diff) | |
download | guix-50b7a6a040fc63ee301d2f7e834d09aef065b996.tar.gz |
gnu: httpd: Add perl input.
* gnu/packages/web.scm (httpd): Add perl input.
-rw-r--r-- | gnu/packages/web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 123fecea52..25747526f8 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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" |