1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Make libsodium an unconditional dependency

The configure script will not tolerate it being missing.
This commit is contained in:
John Ericson 2023-08-30 23:29:17 -04:00
parent 28850ee900
commit 564392b57b

View file

@ -190,9 +190,9 @@
libarchive
boost
lowdown-nix
libsodium
]
++ lib.optionals stdenv.isLinux [libseccomp]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional stdenv.hostPlatform.isx86_64 libcpuid;
checkDeps = [