summary refs log tree commit diff
path: root/pkgs/development/libraries/ppl
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-18 22:47:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-18 22:47:45 +0000
commitec59bcbf370c43892f9a9f6e121f35ee1815a118 (patch)
tree26079ab2b255e96beeef31892d681f4fbaf8b714 /pkgs/development/libraries/ppl
parent3b37933dd49e94646ae1a6b4118bbf5148ade61c (diff)
downloadnixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar.gz
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar.bz2
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar.lz
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar.xz
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.tar.zst
nixpkgs-ec59bcbf370c43892f9a9f6e121f35ee1815a118.zip
Disable PPL tests (although maybe we did not reach a consensus, let's disable
it for the possible massive stdenv rebuilds to come)


svn path=/nixpkgs/branches/stdenv-updates/; revision=19530
Diffstat (limited to 'pkgs/development/libraries/ppl')
-rw-r--r--pkgs/development/libraries/ppl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ppl/default.nix b/pkgs/development/libraries/ppl/default.nix
index 0d1c920b635..ed4cc7f2497 100644
--- a/pkgs/development/libraries/ppl/default.nix
+++ b/pkgs/development/libraries/ppl/default.nix
@@ -15,7 +15,7 @@ let version = "0.10.2"; in
     # Beware!  It took ~6 hours to compile PPL and run its tests on a 1.2 GHz
     # x86_64 box.  Nevertheless, being a dependency of GCC, it probably ought
     # to be tested.
-    doCheck = true;
+    doCheck = false;
 
     meta = {
       description = "PPL: The Parma Polyhedra Library";