diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-06-05 11:27:07 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:58:54 +0700 |
commit | b96717a1acba27d40a9c060b078786c367a1e506 (patch) | |
tree | fd15ad7f034c1f865b59a67317ac56df927c6dc1 /system/nix | |
parent | 4340b340f8d2f9e1eeedca8747f5d768ddd35cc1 (diff) |
system/nix: Add missing dependency.
Version 2.8.1 requires nlohmann_json.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nix')
-rw-r--r-- | system/nix/nix.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/nix/nix.info b/system/nix/nix.info index 42209a6c1281c..2165c124bc90d 100644 --- a/system/nix/nix.info +++ b/system/nix/nix.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/NixOS/nix/archive/2.8.1/nix-2.8.1.tar.gz" MD5SUM="b2b6a1756fc6e44fd78cebcb24818843" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtest jq libeditline lowdown libcpuid mdbook" +REQUIRES="gtest jq libeditline lowdown libcpuid mdbook nlohmann_json" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" |