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:
commit
87b189c2b3
6 changed files with 497 additions and 362 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue