mirror of
https://github.com/NixOS/nix
synced 2025-07-12 10:45:08 +02:00
Use upstream nlohmann_json
This commit is contained in:
parent
ac9b427541
commit
9cac895406
4 changed files with 6 additions and 20911 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
edition = 201909;
|
||||
|
||||
inputs.nixpkgs.uri = "nixpkgs/release-19.03";
|
||||
inputs.nixpkgs.uri = "nixpkgs/release-19.09";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
|
||||
|
@ -73,6 +73,7 @@
|
|||
bzip2 xz brotli editline
|
||||
openssl pkgconfig sqlite boehmgc
|
||||
boost
|
||||
nlohmann_json
|
||||
|
||||
# Tests
|
||||
git
|
||||
|
@ -313,7 +314,7 @@
|
|||
|
||||
doInstallCheck = true;
|
||||
|
||||
lcovFilter = [ "*/boost/*" "*-tab.*" "*/nlohmann/*" "*/linenoise/*" ];
|
||||
lcovFilter = [ "*/boost/*" "*-tab.*" "*/linenoise/*" ];
|
||||
|
||||
# We call `dot', and even though we just use it to
|
||||
# syntax-check generated dot files, it still requires some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue