From 762fe8b82c120e4bec762f3d469c2d599c8484f9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 12 Jul 2021 18:32:17 +0200 Subject: [PATCH] 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. --- bsc/wxpropgrid/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/wxpropgrid/default.nix b/bsc/wxpropgrid/default.nix index fc4c6da..f204c5e 100644 --- a/bsc/wxpropgrid/default.nix +++ b/bsc/wxpropgrid/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { sha256 = "1f62468x5s4h775bn5svlkv0lzzh06aciljpiqn5k3w2arkaijgh"; }; - enableParallelBuilding = true; + enableParallelBuilding = false; buildInputs = [ wx