diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-11-13 20:42:13 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-11-13 20:42:13 +0100 |
commit | 6c6bbeb439517a21b2a04b83f073650b41d28be0 (patch) | |
tree | 1a7570fce287f3dc5390ec6e68da7c3ea2644a21 /src/nix/local.mk | |
parent | a0ef21262f4d5652bfb65cfacaec01d89c475a93 (diff) | |
parent | 2a8bdfd31a1711b19bbf19ee3b1bed15b724c007 (diff) |
Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nix
Diffstat (limited to 'src/nix/local.mk')
-rw-r--r-- | src/nix/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk index bdcca33d2..40a0e8d6b 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -4,7 +4,6 @@ nix_DIR := $(d) nix_SOURCES := \ $(wildcard $(d)/*.cc) \ - $(wildcard src/linenoise/*.cpp) \ $(wildcard src/build-remote/*.cc) \ $(wildcard src/nix-build/*.cc) \ $(wildcard src/nix-channel/*.cc) \ @@ -18,7 +17,7 @@ nix_SOURCES := \ nix_LIBS = libexpr libmain libstore libutil libformat -nix_LDFLAGS = -pthread $(SODIUM_LIBS) +nix_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(foreach name, \ nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \ |