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:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1f62468x5s4h775bn5svlkv0lzzh06aciljpiqn5k3w2arkaijgh";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs = [
|
||||
wx
|
||||
|
||||
Reference in New Issue
Block a user