Revert "Add the pre-build hook."

Going to reimplement differently.

This reverts commit 1e4a4a2e9f.
This commit is contained in:
Shea Levy 2015-04-18 14:59:58 -04:00
parent 9b1866b721
commit fd6774e285
4 changed files with 0 additions and 145 deletions

View file

@ -206,10 +206,6 @@ struct Settings {
/* Whether the importNative primop should be enabled */
bool enableImportNative;
/* The hook to run just before a build to set derivation-specific
build settings */
Path preBuildHook;
private:
SettingsMap settings, overrides;