forked from mirrors/nixpkgs
bind: explicitly disable lmdb
Autodetected by default (so should be disabled) but avoid finding a broken system version.
This commit is contained in:
parent
d30f5f8a2e
commit
0f881aec23
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
"--without-gssapi"
|
||||
"--without-idn"
|
||||
"--without-idnlib"
|
||||
"--without-lmdb"
|
||||
"--without-pkcs11"
|
||||
"--without-purify"
|
||||
"--without-python"
|
||||
|
|
Loading…
Reference in a new issue