aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-19 16:43:33 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-19 16:43:33 +0200
commit1529db702b8eaf7b5699f08034ac3b501068d26d (patch)
tree1279fc4c2ae25d0274090d7920b471358f149f45
parent3fac75bf2918812af4a833b24eb3d74291a25fd0 (diff)
Don't install nix-worker symlink
It has been obsolete since Nix 1.2. Closes #417.
-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 e5538bada..5a4474465 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))