forked from lix-project/lix
src/nix/local.mk: fix typos in names of symlinks
This commit is contained in:
parent
f6a3dfe4e0
commit
27c2fcd4c0
|
@ -21,6 +21,6 @@ nix_LIBS = libexpr libmain libstore libutil libformat
|
|||
nix_LDFLAGS = -pthread $(SODIUM_LIBS)
|
||||
|
||||
$(foreach name, \
|
||||
nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-rul nix-shell nix-shore, \
|
||||
nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \
|
||||
$(eval $(call install-symlink, nix, $(bindir)/$(name))))
|
||||
$(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote))
|
||||
|
|
Loading…
Reference in a new issue