Fix static build

https://hydra.nixos.org/build/176211267
This commit is contained in:
Eelco Dolstra 2022-05-11 11:36:56 +02:00
parent eb957ad6d8
commit 54457382f9
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -10,6 +10,6 @@ libexpr-tests_SOURCES := $(wildcard $(d)/*.cc)
libexpr-tests_CXXFLAGS += -I src/libexpr -I src/libutil -I src/libstore -I src/libexpr/tests
libexpr-tests_LIBS = libexpr libutil libstore
libexpr-tests_LIBS = libexpr libutil libstore libfetchers
libexpr-tests_LDFLAGS := $(GTEST_LIBS) -lgmock