survex: fix and enable strictDeps (#393383)

This commit is contained in:
Aleksana
2025-03-27 18:26:33 +08:00
committed by GitHub
@@ -56,10 +56,16 @@ stdenv.mkDerivation rec {
libX11
];
strictDeps = true;
postPatch = ''
patchShebangs .
'';
configureFlags = [
"WX_CONFIG=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
];
enableParallelBuilding = true;
doCheck = (!stdenv.hostPlatform.isDarwin); # times out
enableParallelChecking = false;