1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

nlohmann_json: Update to 3.9.1, fix use of internal copy

This commit is contained in:
Eelco Dolstra 2021-07-15 12:25:53 +02:00
parent 77d5b37da3
commit 307977963c
4 changed files with 10714 additions and 5597 deletions

View file

@ -89,7 +89,6 @@
openssl sqlite
libarchive
boost
nlohmann_json
lowdown
gmock
]
@ -334,7 +333,6 @@
xz
pkgs.perl
boost
nlohmann_json
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;