Make "nix repl" build

This commit is contained in:
Eelco Dolstra 2017-04-25 18:48:40 +02:00
parent c31000bc93
commit 921a2aeb05
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 36 additions and 30 deletions

View file

@ -6,4 +6,6 @@ nix_SOURCES := $(wildcard $(d)/*.cc)
nix_LIBS = libexpr libmain libstore libutil libformat
nix_LDFLAGS = -lreadline
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))