[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: darkhttpd: Enable tests.
From: |
guix-commits |
Subject: |
04/09: gnu: darkhttpd: Enable tests. |
Date: |
Mon, 4 Nov 2024 04:37:55 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit bfd5788003fc0e7fb69f596992e4736a77e857be
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Nov 4 16:39:46 2024 +0800
gnu: darkhttpd: Enable tests.
* gnu/packages/web.scm (darkhttpd)[arguments]: Set #:test-target "test"
[native-inputs]: Add which and python-minimal.
Change-Id: I9d9246109bba975d49f1e48f4c6d6e32d28a466c
---
gnu/packages/web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 73f41818de..31ea668606 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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
- branch master updated (a019e11ed2 -> 7bc82833a2), guix-commits, 2024/11/04
- 03/09: gnu: darkhttpd: Update to 1.16. [security fixes], guix-commits, 2024/11/04
- 01/09: gnu: cjson: Update to 1.7.18. [security fixes], guix-commits, 2024/11/04
- 02/09: gnu: pypy: Update to 7.3.17. [security fixes], guix-commits, 2024/11/04
- 04/09: gnu: darkhttpd: Enable tests.,
guix-commits <=
- 09/09: gnu: indent: Add patch for CVE-2024-0911. [security fixes], guix-commits, 2024/11/04
- 06/09: gnu: wireshark: Build from git source., guix-commits, 2024/11/04
- 08/09: gnu: indent: Remove uneeded arguments., guix-commits, 2024/11/04
- 05/09: gnu: wireshark: Update to 4.4.1. [security fixes], guix-commits, 2024/11/04
- 07/09: gnu: xlsxio: Update to 0.2.35. [security fixes], guix-commits, 2024/11/04