about summary refs log tree commit diff
path: root/src/nix-build/local.mk
blob: 91532411a505bb67031f9ee264977e448a2f0271 (plain) (blame)
1
2
3
4
5
6
7
8
9
programs += nix-build

nix-build_DIR := $(d)

nix-build_SOURCES := $(d)/nix-build.cc

nix-build_LIBS = libmain libstore libutil libformat

$(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))