mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Fix perlBindings job
This commit is contained in:
parent
b42789f013
commit
f5219f8d84
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,6 @@
|
||||||
openssl pkgconfig sqlite
|
openssl pkgconfig sqlite
|
||||||
libarchive
|
libarchive
|
||||||
boost
|
boost
|
||||||
(if lib.versionAtLeast lib.version "20.03pre"
|
|
||||||
then nlohmann_json
|
|
||||||
else nlohmann_json.override { multipleHeaders = true; })
|
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
@ -171,6 +168,7 @@
|
||||||
pkgconfig
|
pkgconfig
|
||||||
pkgs.perl
|
pkgs.perl
|
||||||
boost
|
boost
|
||||||
|
nlohmann_json
|
||||||
]
|
]
|
||||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue