wxpropgrid: disable parallel build
The parallel build fails with high probability due to incorrect dependencies in the Makefile, which lead to an attemp to link too soon.
This commit is contained in:
parent
53d99d41cf
commit
762fe8b82c
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1f62468x5s4h775bn5svlkv0lzzh06aciljpiqn5k3w2arkaijgh";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs = [
|
||||
wx
|
||||
|
Loading…
Reference in New Issue
Block a user