1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: simgear: Use #:test-exclude.

* gnu/packages/games.scm (simgear)[arguments]
<#:test-exclude>: Move exclude regex here from 'check phase.
<#:phases>: Remove 'check phase.

Change-Id: I3ac389580949f8edafca5768335d491a2ea86650
This commit is contained in:
Greg Hogan
2024-10-22 18:09:28 +00:00
parent 09f3842603
commit 98907260ed

View File

@@ -11134,13 +11134,7 @@ levels to unlock.")
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DSYSTEM_EXPAT=ON")
#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
;; Skip tests that require internet access.
(invoke "ctest" "-E" "(http|dns)")))))))
#:test-exclude "(http|dns)"))
(inputs
`(("boost" ,boost)
("curl" ,curl)