1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 16:13:54 +02:00

Merge branch 'nix-build-c++'

This commit is contained in:
Shea Levy 2016-08-31 12:10:21 -04:00
commit 87b189c2b3
6 changed files with 497 additions and 362 deletions

View file

@ -1,5 +1,4 @@
nix_bin_scripts := \
$(d)/nix-build \
$(d)/nix-copy-closure \
bin-scripts += $(nix_bin_scripts)
@ -16,6 +15,5 @@ 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))
$(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))
clean-files += $(nix_bin_scripts) $(nix_noinst_scripts)