mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21: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
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@ programs += resolve-system-dependencies
|
|||
|
||||
resolve-system-dependencies_DIR := $(d)
|
||||
|
||||
resolve-system-dependencies_INSTALL_DIR := $(libexecdir)/nix
|
||||
|
||||
resolve-system-dependencies_LIBS := libstore libmain libutil libformat
|
||||
|
||||
resolve-system-dependencies_SOURCES := $(d)/resolve-system-dependencies.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue