mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
openldap: don't use openssl_legacy anymore
This commit is contained in:
parent
efc7c1f5e8
commit
d0fd0aa42e
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user