1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

remove old traces of resolve-system-dependencies

This commit is contained in:
Jude Taylor 2016-08-13 15:27:49 -07:00
parent 2df9a972fc
commit 596e4a5693
4 changed files with 3 additions and 130 deletions

View file

@ -76,7 +76,7 @@ void Settings::processEnvironment()
// should be set with the other config options, but depends on nixLibexecDir
#ifdef __APPLE__
preBuildHook = nixLibexecDir + "/nix/resolve-system-dependencies.pl";
preBuildHook = nixLibexecDir + "/nix/resolve-system-dependencies";
#endif
}