nixpkgs/pkgs/development/tools/analysis/valgrind
Tor Hedin Brønner 59e6658381 valgrind: fix build on darwin
We fixed a race condition in #51505 and #51107. This required running
autoreconfHook to pick up the `coregrind-makefile-race.patch` patch.

Unfortunately this broke darwin's postPatch fixes as autoreconfHook would run
afterwards regenerating the fixed makefiles.

Moving the postPatch fixes to preConfigure should resolve the issue.

I left `postPatch = ""` in to avoid a rebuild on linux.

(cherry picked from commit a6d4a0c53c)
2018-12-19 20:39:10 +01:00
..
coregrind-makefile-race.patch valgrind: Apply upstream patch for Makefile race in coregrind 2018-11-27 12:45:59 +01:00
default.nix valgrind: fix build on darwin 2018-12-19 20:39:10 +01:00