mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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))
|
||||
(string-append "PREFIX="
|
||||
(assoc-ref %outputs "out"))))
|
||||
#:test-target "test"
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'check 'remove-network-tests
|
||||
(lambda _
|
||||
|
@ -504,10 +505,7 @@ (define-public librecast
|
|||
(delete-file "./test/0000-0037.c")
|
||||
(delete-file "./test/0000-0038.c")
|
||||
(delete-file "./test/0000-0039.c")
|
||||
(delete-file "./test/0000-0040.c")))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "make" "test"))))))
|
||||
(delete-file "./test/0000-0040.c"))))))
|
||||
(inputs (list libsodium lcrq))
|
||||
(synopsis "librecast IPv6 multicast library")
|
||||
(description "Librecast is a C library which supports IPv6 multicast
|
||||
|
|
Loading…
Reference in a new issue