openldap: don't use openssl_legacy anymore

This commit is contained in:
ajs124 2024-01-30 16:34:05 +01:00
parent efc7c1f5e8
commit d0fd0aa42e
2 changed files with 6 additions and 3 deletions

View File

@ -99,6 +99,11 @@ stdenv.mkDerivation rec {
# skip flaky tests
rm -f tests/scripts/test063-delta-multiprovider
# https://bugs.openldap.org/show_bug.cgi?id=10009
# can probably be re-added once https://github.com/cyrusimap/cyrus-sasl/pull/772
# has made it to a release
rm -f tests/scripts/test076-authid-rewrite
'';
doCheck = true;

View File

@ -24302,9 +24302,7 @@ with pkgs;
openexrid-unstable = callPackage ../development/libraries/openexrid-unstable { };
openldap = callPackage ../development/libraries/openldap {
openssl = openssl_legacy;
};
openldap = callPackage ../development/libraries/openldap { };
opencolorio = darwin.apple_sdk_11_0.callPackage ../development/libraries/opencolorio {
inherit (darwin.apple_sdk_11_0.frameworks) Carbon GLUT Cocoa;