zeromq: enable curve support

This commit is contained in:
Sebastián Mancilla 2024-08-28 19:43:53 -04:00
parent a0eb45841d
commit e597af5583

View File

@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = false; # fails all the tests (ctest)
cmakeFlags = [
(lib.cmakeBool "WITH_LIBSODIUM" true)
(lib.cmakeBool "ENABLE_CURVE" true)
(lib.cmakeBool "ENABLE_DRAFTS" enableDrafts)
];