about summary refs log tree commit diff
path: root/src/nix-daemon
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-19T14·43+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-19T14·43+0200
commit1529db702b8eaf7b5699f08034ac3b501068d26d (patch)
tree1279fc4c2ae25d0274090d7920b471358f149f45 /src/nix-daemon
parent3fac75bf2918812af4a833b24eb3d74291a25fd0 (diff)
Don't install nix-worker symlink
It has been obsolete since Nix 1.2.

Closes #417.
Diffstat (limited to 'src/nix-daemon')
-rw-r--r--src/nix-daemon/local.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix-daemon/local.mk b/src/nix-daemon/local.mk
index e5538bada0..5a4474465b 100644
--- a/src/nix-daemon/local.mk
+++ b/src/nix-daemon/local.mk
@@ -11,5 +11,3 @@ nix-daemon_LDFLAGS = -pthread
 ifeq ($(OS), SunOS)
         nix-daemon_LDFLAGS += -lsocket
 endif
-
-$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))