survex: fix and enable strictDeps (#393383)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user