diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-03-13T13·39+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-03-15T15·48+0100 |
commit | 73d7a51ee6942f681db468dc8e3c631b4d3daa4e (patch) | |
tree | 100382e6e3c9c19ef86b2e8be08a1aeea5461ac4 /src/nix-store | |
parent | 532d73d5d86c3d25d08a8d771a189708dac323e2 (diff) |
Remove dependency on "curl" binary
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix-store/local.mk b/src/nix-store/local.mk index 84ff15b241f3..ade0b233adf3 100644 --- a/src/nix-store/local.mk +++ b/src/nix-store/local.mk @@ -7,5 +7,3 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc) nix-store_LIBS = libmain libstore libutil libformat nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS) - -nix-store_CXXFLAGS = -DCURL=\"$(curl)\" |