summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-25 10:33:41 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-08-25 10:33:41 +0200
commitf5219f8d84af57c68f6eb129260bf9f0805b9b47 (patch)
treefad8afe71882e6ab2c73361f1aa94c2b40c7a902 /flake.nix
parentb42789f01382c49256b2b5073098f5fb01841950 (diff)
Fix perlBindings job
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index ea0ad7b8a..3f67bfd40 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,9 +73,6 @@
openssl pkgconfig sqlite
libarchive
boost
- (if lib.versionAtLeast lib.version "20.03pre"
- then nlohmann_json
- else nlohmann_json.override { multipleHeaders = true; })
nlohmann_json
# Tests
@@ -171,6 +168,7 @@
pkgconfig
pkgs.perl
boost
+ nlohmann_json
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;