diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T14·44-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-01-20T14·47-0500 |
commit | bfa41eb6714a7e7c3956389ee063e898bd1f37ff (patch) | |
tree | 53238d800afb6fbaa2874c69e2750627e17d4d2e /scripts/local.mk | |
parent | 8af062f372ae5db6a90700641f15d98505b4a839 (diff) |
nix-copy-closure: Implement in C++.
Tests fail currently because the database is not given proper hashes in the VM
Diffstat (limited to 'scripts/local.mk')
-rw-r--r-- | scripts/local.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/local.mk b/scripts/local.mk index ee8ae6845dc1..9f666bde4d00 100644 --- a/scripts/local.mk +++ b/scripts/local.mk @@ -1,8 +1,3 @@ -nix_bin_scripts := \ - $(d)/nix-copy-closure \ - -bin-scripts += $(nix_bin_scripts) - nix_noinst_scripts := \ $(d)/build-remote.pl \ $(d)/nix-http-export.cgi \ @@ -16,4 +11,4 @@ profiledir = $(sysconfdir)/profile.d $(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644)) $(eval $(call install-program-in, $(d)/build-remote.pl, $(libexecdir)/nix)) -clean-files += $(nix_bin_scripts) $(nix_noinst_scripts) +clean-files += $(nix_noinst_scripts) |