mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Simplify build by including nlohmann/json.hpp
This commit is contained in:
parent
f1efb97075
commit
7f2c324ed1
4 changed files with 14724 additions and 4 deletions
2
local.mk
2
local.mk
|
@ -3,7 +3,7 @@ ifeq ($(MAKECMDGOALS), dist)
|
|||
dist-files += $(shell git --git-dir=.git ls-files || find * -type f)
|
||||
endif
|
||||
|
||||
dist-files += configure config.h.in nix.spec perl/configure src/nlohmann/json.hpp
|
||||
dist-files += configure config.h.in nix.spec perl/configure
|
||||
|
||||
clean-files += Makefile.config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue