gnu: httpd: Rewrite using G-Expressions.

* gnu/packages/web.scm (httpd): Rewrite using G-Expressions.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Bruno Victal 2023-10-19 15:55:30 +01:00 committed by Ludovic Courtès
parent 90f7b09550
commit c1e59e89fc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -303,15 +303,16 @@ (define-public httpd
(native-inputs (list `(,pcre "bin"))) ;for 'pcre-config'
(inputs (list apr apr-util openssl perl)) ; needed to run bin/apxs
(arguments
`(#:test-target "test"
#:configure-flags (list "--enable-rewrite"
"--enable-userdir"
"--enable-vhost-alias"
"--enable-ssl"
"--enable-mime-magic"
(string-append "--sysconfdir="
(assoc-ref %outputs "out")
"/etc/httpd"))))
(list
#:test-target "test"
#:configure-flags #~(list "--enable-rewrite"
"--enable-userdir"
"--enable-vhost-alias"
"--enable-ssl"
"--enable-mime-magic"
(string-append "--sysconfdir="
#$output
"/etc/httpd"))))
(synopsis "Featureful HTTP server")
(description
"The Apache HTTP Server Project is a collaborative software development