mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: librecast: Update to 0.7-RC3.
* gnu/packages/networking.scm (librecast): Update to 0.7-RC3. [arguments]: Drop 'remove-network-tests phase. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5e3e7c19d8
commit
3e354ea9bd
1 changed files with 3 additions and 22 deletions
|
@ -487,7 +487,7 @@ (define-public libnice
|
||||||
(define-public librecast
|
(define-public librecast
|
||||||
(package
|
(package
|
||||||
(name "librecast")
|
(name "librecast")
|
||||||
(version "0.6.1")
|
(version "0.7-RC3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -496,7 +496,7 @@ (define-public librecast
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kixnm7pn8345wp0klhnpw5x992cqbqx3bhc01j8xhqf6irlzdm3"))))
|
"06k5a84byj7md82a7idlqwricrjbmqxn3w1cjaarybiwd2jwqg80"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f
|
`(#:parallel-tests? #f
|
||||||
|
@ -505,26 +505,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"
|
#:test-target "test"))
|
||||||
#:phases (modify-phases %standard-phases
|
|
||||||
(add-before 'check 'remove-network-tests
|
|
||||||
(lambda _
|
|
||||||
;; these tests require networking
|
|
||||||
(delete-file "./test/0000-0010.c")
|
|
||||||
(delete-file "./test/0000-0012.c")
|
|
||||||
(delete-file "./test/0000-0013.c")
|
|
||||||
(delete-file "./test/0000-0014.c")
|
|
||||||
(delete-file "./test/0000-0015.c")
|
|
||||||
(delete-file "./test/0000-0016.c")
|
|
||||||
(delete-file "./test/0000-0018.c")
|
|
||||||
(delete-file "./test/0000-0019.c")
|
|
||||||
(delete-file "./test/0000-0021.c")
|
|
||||||
(delete-file "./test/0000-0028.c")
|
|
||||||
(delete-file "./test/0000-0036.c")
|
|
||||||
(delete-file "./test/0000-0037.c")
|
|
||||||
(delete-file "./test/0000-0038.c")
|
|
||||||
(delete-file "./test/0000-0039.c")
|
|
||||||
(delete-file "./test/0000-0040.c"))))))
|
|
||||||
(inputs (list libsodium lcrq))
|
(inputs (list libsodium lcrq))
|
||||||
(synopsis "IPv6 multicast library")
|
(synopsis "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