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,4 +14,5 @@ stdenv.mkDerivation {
'';
configureFlags = "--with-png=${libpng} --with-z=${zlib} --with-pcre=${pcre} --with-readline=${readline}";
buildInputs = [ncurses pcre libpng zlib readline];
NO_PARALLEL_BUILD_installPhase = 1;
}