From 5308e514ad64cde0dafac104c0774a7a77f9517e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Feb 2020 10:26:18 +0100 Subject: [PATCH] Fix nlohmann_json dependency --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index cf17657e..ce07010a 100644 --- a/release.nix +++ b/release.nix @@ -132,7 +132,7 @@ rec { perlDeps perl nix postgresql95 # for running the tests boost - nlohmann_json + (nlohmann_json.override { multipleHeaders = true; }) ]; hydraPath = lib.makeBinPath (