mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: darkhttpd: Enable tests.
* gnu/packages/web.scm (darkhttpd)[arguments]: Set #:test-target "test" [native-inputs]: Add which and python-minimal. Change-Id: I9d9246109bba975d49f1e48f4c6d6e32d28a466c
This commit is contained in:
parent
5d2aa55425
commit
bfd5788003
1 changed files with 2 additions and 1 deletions
|
|
@ -6431,13 +6431,14 @@ and similar services.")
|
|||
(arguments
|
||||
(list
|
||||
#:make-flags #~(list (string-append "CC=" #$(cc-for-target)))
|
||||
#:tests? #f ; No test suite
|
||||
#:test-target "test"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure) ; no configure script
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(install-file "darkhttpd" (string-append #$output "/bin")))))))
|
||||
(native-inputs (list which python-minimal))
|
||||
(synopsis "Simple static web server")
|
||||
(description "darkhttpd is a simple static web server. It is
|
||||
standalone and does not need inetd or ucspi-tcp. It does not need any
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue