mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Revert "qgis: enableParallelBuilding"
This reverts commit 632934862b
.
Still sometimes fails on hydra
This commit is contained in:
parent
5e7221e65b
commit
2fdfb123a0
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# fatal error: ui_qgsdelimitedtextsourceselectbase.h: No such file or directory
|
||||
#enableParallelBuilding = true;
|
||||
|
||||
# To handle the lack of 'local' RPATH; required, as they call one of
|
||||
# their built binaries requiring their libs, in the build process.
|
||||
|
Loading…
Reference in New Issue
Block a user