me
/
guix
Archived
1
0
Fork 0

gnu: gmnisrv: Disable tests using #:tests?.

gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>: Undelete check
phase, and...
<#:tests?>: ...disable tests here instead.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
master
Sarah Morgensen 2021-07-25 13:39:52 -07:00 committed by Arun Isaac
parent 3314764193
commit 274fcfb251
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 3 additions and 3 deletions

View File

@ -7983,13 +7983,13 @@ solution for any project's interface needs:
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(#:tests? #f ; no check target
#:phases
(modify-phases %standard-phases
(add-before 'configure 'set-variables
(lambda _
(setenv "CC" "gcc")
#t))
(delete 'check))))
#t)))))
(inputs
`(("openssl" ,openssl)))
(native-inputs