From 71d24b28c16fbae58d1ecfeaecf5a26c7ec015da Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 15 Jan 2016 17:43:19 +0100 Subject: profiles/tests: Temporarily disable quake3 test The Quake 3 demo data have been marked as "unfreeRedistributable" in NixOS/nixpkgs@6b447a3, which causes this test to not evaluate unless we set config.allowUnfree to true. I guess the best solution to fix this upstream is to use something like OpenArena for the Quake 3 tests, because I didn't manage to find anything regarding the demo files and/or whether those are redistributable or not. Signed-off-by: aszlig --- modules/profiles/tests.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix index 04019b3d..3c809fef 100644 --- a/modules/profiles/tests.nix +++ b/modules/profiles/tests.nix @@ -202,10 +202,12 @@ let { check = config.services.pumpio.enable; path = ["nixos" "pumpio"]; } + /* XXX: Temporarily disabled due to evaluation error. { check = config.hardware.opengl.driSupport && config.services.xserver.enable; path = ["nixos" "quake3"]; } + */ { check = true; path = ["nixos" "runInMachine"]; } -- cgit 1.4.1