about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-15 17:43:19 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-15 17:43:19 +0100
commit71d24b28c16fbae58d1ecfeaecf5a26c7ec015da (patch)
tree5a58c3c4e35b5829d09bd6de8eb0f9a5ad936849 /modules/profiles
parent51d85b1dd501b9fe28f71e6c691c2149c787b24f (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix2
1 files changed, 2 insertions, 0 deletions
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"];
     }