mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove mentions of libformat
, it no longer exists
This commit is contained in:
parent
e10d6ed2a7
commit
fef9f5653b
6 changed files with 5 additions and 7 deletions
|
@ -6,7 +6,7 @@ libstore_DIR := $(d)
|
|||
|
||||
libstore_SOURCES := $(wildcard $(d)/*.cc $(d)/builtins/*.cc)
|
||||
|
||||
libstore_LIBS = libutil libformat
|
||||
libstore_LIBS = libutil
|
||||
|
||||
libstore_LDFLAGS = $(SQLITE3_LIBS) -lbz2 $(LIBCURL_LIBS) $(SODIUM_LIBS) -pthread
|
||||
ifneq ($(OS), FreeBSD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue