summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-15 12:47:32 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-07 15:00:20 +0100
commit13bb0c6cfe1a3d9efee3e3a32ff03ec8dd79a641 (patch)
treecf046f5d969a77b76249301c0a56016d3d960d86
parentd41d04c8041048966be69c22756dffeca7a8ca9e (diff)
gnu: clamav: Extend with (cargo-guile-json).
* gnu/packages/antivirus.scm (clamav)[arguments] <#:phases>: Extend with (cargo-guile-json). Change-Id: I428e8faa3b8b3aefede5035e0eb350784755f40d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/antivirus.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index bc3a472809..5a6625e208 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -83,6 +83,7 @@
(guix build cmake-build-system)
(guix build utils))
#:phases
+ (with-extensions (list (cargo-guile-json))
#~(modify-phases %standard-phases
(add-after 'unpack 'prepare-cargo-build-system
(lambda args
@@ -111,7 +112,7 @@
(substitute* "unit_tests/CMakeLists.txt"
(("clamd_test\\.py" test)
(string-append
- test " -k \"not test_clamd_08_VirusEvent\"")))))))))
+ test " -k \"not test_clamd_08_VirusEvent\""))))))))))
(native-inputs
(append
(list pkg-config