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:
parent
2df9a972fc
commit
596e4a5693
4 changed files with 3 additions and 130 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue