about summary refs log tree commit diff
path: root/src/nix-build/local.mk
blob: a2d1c91dfd9dcc9e65ffe331ed0061219ab1b961 (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 libexpr libstore libutil libformat

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