mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02:00
1529db702b
It has been obsolete since Nix 1.2. Closes #417.
13 lines
240 B
Makefile
13 lines
240 B
Makefile
programs += nix-daemon
|
|
|
|
nix-daemon_DIR := $(d)
|
|
|
|
nix-daemon_SOURCES := $(d)/nix-daemon.cc
|
|
|
|
nix-daemon_LIBS = libmain libstore libutil libformat
|
|
|
|
nix-daemon_LDFLAGS = -pthread
|
|
|
|
ifeq ($(OS), SunOS)
|
|
nix-daemon_LDFLAGS += -lsocket
|
|
endif
|