forked from lix-project/hydra
Fix nlohmann_json dependency
This commit is contained in:
parent
e4f5156c41
commit
5308e514ad
|
@ -132,7 +132,7 @@ rec {
|
||||||
perlDeps perl nix
|
perlDeps perl nix
|
||||||
postgresql95 # for running the tests
|
postgresql95 # for running the tests
|
||||||
boost
|
boost
|
||||||
nlohmann_json
|
(nlohmann_json.override { multipleHeaders = true; })
|
||||||
];
|
];
|
||||||
|
|
||||||
hydraPath = lib.makeBinPath (
|
hydraPath = lib.makeBinPath (
|
||||||
|
|
Loading…
Reference in a new issue