aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-16 21:37:26 +0200
committerGitHub <noreply@github.com>2020-06-16 21:37:26 +0200
commitdf4da4f5da1e390ac1eef5bfd455a8cf85dfe52c (patch)
tree86d90bdffef6308678e33377645a1d450b3671bf /src/libfetchers/local.mk
parent2cb59f4e9919eb6fb199a3346439cb53227359bd (diff)
parentcc83a86276726699e5e856d26b5e24ce24f5cf34 (diff)
Merge pull request #3702 from NixOS/store-path-cxx
Rewrite StorePath class in C++
Diffstat (limited to 'src/libfetchers/local.mk')
-rw-r--r--src/libfetchers/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/local.mk b/src/libfetchers/local.mk
index d7143d8a6..cfd705e22 100644
--- a/src/libfetchers/local.mk
+++ b/src/libfetchers/local.mk
@@ -8,4 +8,4 @@ libfetchers_SOURCES := $(wildcard $(d)/*.cc)
libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
-libfetchers_LIBS = libutil libstore libnixrust
+libfetchers_LIBS = libutil libstore