mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: librecast: Use test-target.
* gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase.
This commit is contained in:
parent
b0f298e2c6
commit
b62c3fbd77
1 changed files with 2 additions and 4 deletions
|
@ -486,6 +486,7 @@ (define-public librecast
|
||||||
(cc-for-target))
|
(cc-for-target))
|
||||||
(string-append "PREFIX="
|
(string-append "PREFIX="
|
||||||
(assoc-ref %outputs "out"))))
|
(assoc-ref %outputs "out"))))
|
||||||
|
#:test-target "test"
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'remove-network-tests
|
(add-before 'check 'remove-network-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -504,10 +505,7 @@ (define-public librecast
|
||||||
(delete-file "./test/0000-0037.c")
|
(delete-file "./test/0000-0037.c")
|
||||||
(delete-file "./test/0000-0038.c")
|
(delete-file "./test/0000-0038.c")
|
||||||
(delete-file "./test/0000-0039.c")
|
(delete-file "./test/0000-0039.c")
|
||||||
(delete-file "./test/0000-0040.c")))
|
(delete-file "./test/0000-0040.c"))))))
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "make" "test"))))))
|
|
||||||
(inputs (list libsodium lcrq))
|
(inputs (list libsodium lcrq))
|
||||||
(synopsis "librecast IPv6 multicast library")
|
(synopsis "librecast IPv6 multicast library")
|
||||||
(description "Librecast is a C library which supports IPv6 multicast
|
(description "Librecast is a C library which supports IPv6 multicast
|
||||||
|
|
Loading…
Reference in a new issue