gnu: belcard: Run tests conditionally.
* gnu/packages/linphone.scm (belcard)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
26f0310128
commit
c9f81a63fd
1 changed files with 1 additions and 2 deletions
|
@ -259,8 +259,7 @@ IETF.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug" "tester"))
|
(outputs '("out" "debug" "tester"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:configure-flags '("-DENABLE_STATIC=OFF")
|
||||||
#:configure-flags '("-DENABLE_STATIC=OFF")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-vcard-grammar-location
|
(add-after 'unpack 'patch-vcard-grammar-location
|
||||||
|
|
Reference in a new issue