Commit fa36b8fd authored by FliegendeWurst's avatar FliegendeWurst
Browse files

survex: fix and enable strictDeps

parent 52015d4a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -57,10 +57,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;