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
1 files changed, 1 insertions(+), 7 deletions(-) M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +1 -7
@@ 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)