mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
zeromq: enable curve support
This commit is contained in:
parent
a0eb45841d
commit
e597af5583
@ -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)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user