summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-04 16:39:46 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-04 17:36:29 +0800
commitbfd5788003fc0e7fb69f596992e4736a77e857be (patch)
treee5c645f892884b24498ee4b4c0b888c15fdfb8c4
parent5d2aa554252e263b65651817a6f24139153d876d (diff)
gnu: darkhttpd: Enable tests.
* gnu/packages/web.scm (darkhttpd)[arguments]: Set #:test-target "test" [native-inputs]: Add which and python-minimal. Change-Id: I9d9246109bba975d49f1e48f4c6d6e32d28a466c
-rw-r--r--gnu/packages/web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 73f41818de2..31ea6686062 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6431,13 +6431,14 @@ and similar services.")
6431 (arguments 6431 (arguments
6432 (list 6432 (list
6433 #:make-flags #~(list (string-append "CC=" #$(cc-for-target))) 6433 #:make-flags #~(list (string-append "CC=" #$(cc-for-target)))
6434 #:tests? #f ; No test suite 6434 #:test-target "test"
6435 #:phases 6435 #:phases
6436 #~(modify-phases %standard-phases 6436 #~(modify-phases %standard-phases
6437 (delete 'configure) ; no configure script 6437 (delete 'configure) ; no configure script
6438 (replace 'install 6438 (replace 'install
6439 (lambda _ 6439 (lambda _
6440 (install-file "darkhttpd" (string-append #$output "/bin"))))))) 6440 (install-file "darkhttpd" (string-append #$output "/bin")))))))
6441 (native-inputs (list which python-minimal))
6441 (synopsis "Simple static web server") 6442 (synopsis "Simple static web server")
6442 (description "darkhttpd is a simple static web server. It is 6443 (description "darkhttpd is a simple static web server. It is
6443standalone and does not need inetd or ucspi-tcp. It does not need any 6444standalone and does not need inetd or ucspi-tcp. It does not need any