Skip to content
Snippets Groups Projects
Unverified Commit cb073f52 authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #2487 from dtzWill/fix/symlink-names

src/nix/local.mk: fix typos in names of symlinks
parents f6a3dfe4 27c2fcd4
No related branches found
No related tags found
Loading
...@@ -21,6 +21,6 @@ nix_LIBS = libexpr libmain libstore libutil libformat ...@@ -21,6 +21,6 @@ nix_LIBS = libexpr libmain libstore libutil libformat
nix_LDFLAGS = -pthread $(SODIUM_LIBS) nix_LDFLAGS = -pthread $(SODIUM_LIBS)
$(foreach name, \ $(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, nix, $(bindir)/$(name))))
$(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment