openldap: try to fix test error

This commit is contained in:
Theodore Ni 2022-12-04 15:34:24 -08:00
parent fe8eef1ae4
commit c1e0845d84
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -38,7 +38,9 @@ stdenv.mkDerivation rec {
];
buildInputs = [
cyrus_sasl
(cyrus_sasl.override {
inherit openssl;
})
db
libsodium
libtool