Don't install nix-worker symlink

It has been obsolete since Nix 1.2.

Closes #417.
This commit is contained in:
Eelco Dolstra 2015-05-19 16:43:33 +02:00
parent 3fac75bf29
commit 1529db702b

View file

@ -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))