diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-03-14 19:01:22 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-03-14 19:24:04 +0100 |
commit | ca14b142001ab467e679d4ed0cc6236180bf34b2 (patch) | |
tree | b7d89f1b6703eea64dc3aa9e6f2f354c3cd9f0c3 /local.mk | |
parent | 56f2ed00813f49e2834076787f98438a976eebb1 (diff) |
Use boost::format from the boost package
Note that this only requires headers from boost so it doesn't add a
runtime dependency.
Also, use Nixpkgs 18.03.
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,5 +10,3 @@ GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I $(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \ $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644))) - -$(foreach i, $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644))) |