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>master
parent
26f0310128
commit
c9f81a63fd
|
@ -259,8 +259,7 @@ IETF.")
|
|||
(build-system cmake-build-system)
|
||||
(outputs '("out" "debug" "tester"))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:configure-flags '("-DENABLE_STATIC=OFF")
|
||||
`(#:configure-flags '("-DENABLE_STATIC=OFF")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-vcard-grammar-location
|
||||
|
|
Reference in New Issue