about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-01-05T19·31-0500
committerJohn Ericson <git@JohnEricson.me>2019-01-05T19·31-0500
commitfef9f5653ba656d0028b5bea8f4e1c6571e5573a (patch)
treece4a00ce7783f244cc374cfd72ded44b84f0238b /src/nix
parente10d6ed2a7463d8a36b94bfc8769e6aea32c0efd (diff)
Remove mentions of `libformat`, it no longer exists
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk
index 40a0e8d6bde1..ca4604d566c3 100644
--- a/src/nix/local.mk
+++ b/src/nix/local.mk
@@ -15,7 +15,7 @@ nix_SOURCES := \
   $(wildcard src/nix-prefetch-url/*.cc) \
   $(wildcard src/nix-store/*.cc) \
 
-nix_LIBS = libexpr libmain libstore libutil libformat
+nix_LIBS = libexpr libmain libstore libutil
 
 nix_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS)