forked from mirrors/nixpkgs
qgis: disable parallel building
This commit is contained in:
parent
ec03fd92db
commit
f371980cba
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake python ];
|
||||
|
||||
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 a new issue