mirror of
https://github.com/NixOS/nix.git
synced 2024-10-30 13:50:51 +00:00
Fix perlBindings job
This commit is contained in:
parent
b42789f013
commit
f5219f8d84
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user