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:
Rodrigo Arias 2021-07-12 18:32:17 +02:00
parent 53d99d41cf
commit 762fe8b82c

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "1f62468x5s4h775bn5svlkv0lzzh06aciljpiqn5k3w2arkaijgh";
};
enableParallelBuilding = true;
enableParallelBuilding = false;
buildInputs = [
wx