gnu: restbed: Update to 4.8.
* gnu/packages/networking.scm (restbed): Update to 4.8. [inputs]: Use latest `asio'. [arguments]: Activate tests. Remove unknown configure flags.
This commit is contained in:
parent
5685946c07
commit
4316e93705
1 changed files with 5 additions and 9 deletions
|
@ -3330,7 +3330,7 @@ never see any machines other than the one Dante is running on.")
|
||||||
(define-public restbed
|
(define-public restbed
|
||||||
(package
|
(package
|
||||||
(name "restbed")
|
(name "restbed")
|
||||||
(version "4.7")
|
(version "4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3339,19 +3339,15 @@ never see any machines other than the one Dante is running on.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "055qicb773a599dsqbcz5xf0xj1wpk33mdrkyi0fsmyjmn8d2p9d"))))
|
(base32 "15j09x36i6zj6innl0w1mfzlc56qmjwrs82my8dsagqa2ikd08ya"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("asio" ,asio-1.12)
|
`(("asio" ,asio)
|
||||||
("catch" ,catch-framework)
|
("catch" ,catch-framework)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:configure-flags
|
||||||
#:configure-flags
|
'("-DBUILD_SSL=NO")
|
||||||
'("-DBUILD_TESTS=NO"
|
|
||||||
"-DBUILD_EXAMPLES=NO"
|
|
||||||
"-DBUILD_SSL=NO"
|
|
||||||
"-DBUILD_SHARED=NO")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'apply-patches-and-fix-paths
|
(add-after 'unpack 'apply-patches-and-fix-paths
|
||||||
|
|
Reference in a new issue