uim: enableParallelBuilding = false
Most of the time is wasted in autohell scripts anyays and it doesn't work: the build fails to relink some objects. Explicitly disable parallel building.
This commit is contained in:
@@ -181,6 +181,8 @@ stdenv.mkDerivation rec {
|
||||
export XDG_DATA_DIRS="${shared-mime-info}/share"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user