opt-out some failing phases
svn path=/nixpkgs/branches/stdenv-updates/; revision=22285
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user