opt-out some failing phases

svn path=/nixpkgs/branches/stdenv-updates/; revision=22285
This commit is contained in:
Marc Weber
2010-06-15 19:00:58 +00:00
parent 7db7857d15
commit 2dafd54743
21 changed files with 36 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ stdenv.mkDerivation (rec {
sha1 = "3f800ea9fa3da1c0f576d689be7dca3d55a4cb62";
};
NO_PARALLEL_BUILD_buildPhase = 1;
buildNativeInputs = [ perl ];
configureScript = "./config";

View File

@@ -14,6 +14,8 @@ stdenv.mkDerivation ( rec {
sha256 = "008z1h09pa6dfxs4wgbqj5i1clw4v82b1waqvwanb1kb6wlbq6mh";
};
NO_PARALLEL_BUILD_buildPhase = 1;
buildNativeInputs = [ perl ];
configureScript = "./config";