mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
7cec81ba78
commit
2f14dc7c09
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue