Skip to content

Commit a0143ab

Browse files
committed
fix (hook-create-chronics: fix build issue with nix due to missing nlohmann/json pkg
Signed-off-by: Ritesh.K <[email protected]>
1 parent 9db5ec1 commit a0143ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/nix/villas.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
pkg-config,
4949
stdenv,
5050
system,
51+
nlohmann_json,
5152
bzip2,
5253
# Optional dependencies
5354
boxfort,
@@ -152,6 +153,7 @@ stdenv.mkDerivation {
152153
curl
153154
spdlog
154155
bash
156+
nlohmann_json
155157
bzip2
156158
]
157159
++ lib.optionals withExtraTesting [

0 commit comments

Comments
 (0)