me
/
guix
Archived
1
0
Fork 0

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
Maxime Devos 2022-03-04 13:01:16 +00:00 committed by Maxim Cournoyer
parent 26f0310128
commit c9f81a63fd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 2 deletions

View File

@ -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