gnu: rest-next: Don't set #:tests? to #:true.
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests? argument from the inherited package.
This commit is contained in:
parent
8a3b574b9c
commit
bc702a07c5
@ -4955,8 +4955,10 @@ libxml to ease remote use of the RESTful API.")
|
|||||||
(base32
|
(base32
|
||||||
"1qy2291d2vprdbbxmf0sa98izk09nl3znzzv7lckwf6f1v0sarlj"))))
|
"1qy2291d2vprdbbxmf0sa98izk09nl3znzzv7lckwf6f1v0sarlj"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments (substitute-keyword-arguments (package-arguments rest)
|
(arguments (substitute-keyword-arguments
|
||||||
((#:tests? _ #f) #t)
|
(strip-keyword-arguments
|
||||||
|
'(#:tests?)
|
||||||
|
(package-arguments rest))
|
||||||
((#:configure-flags _)
|
((#:configure-flags _)
|
||||||
;; Do not build the optional 'librest-demo' program as it
|
;; Do not build the optional 'librest-demo' program as it
|
||||||
;; depends on gtksourceview and libadwaita and thus,
|
;; depends on gtksourceview and libadwaita and thus,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user