matrix-tuwunel: expose option for LDAP support (#482356)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
enableJemalloc ? true,
|
||||
rust-jemalloc-sys,
|
||||
enableLiburing ? stdenv.hostPlatform.isLinux,
|
||||
enableLdap ? true,
|
||||
liburing,
|
||||
nixosTests,
|
||||
writeTextFile,
|
||||
@@ -144,7 +145,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"jemalloc"
|
||||
"jemalloc_conf"
|
||||
]
|
||||
++ lib.optional enableLiburing "io_uring";
|
||||
++ lib.optional enableLiburing "io_uring"
|
||||
++ lib.optional enableLdap "ldap";
|
||||
|
||||
nativeCheckInputs = [
|
||||
libredirect.hook
|
||||
|
||||
Reference in New Issue
Block a user