mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-11 01:32:31 +00:00
cyrus_sasl: pin to openssl_1_1
fixes openldap(???) can hopefully be dropped once https://github.com/cyrusimap/cyrus-sasl/pull/653 makes it into a release
This commit is contained in:
parent
b802fc1e5c
commit
1f48d6fd50
@ -17570,6 +17570,7 @@ with pkgs;
|
||||
|
||||
cyrus_sasl = callPackage ../development/libraries/cyrus-sasl {
|
||||
libkrb5 = if stdenv.isFreeBSD then libheimdal else libkrb5;
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
# Make bdb5 the default as it is the last release under the custom
|
||||
|
Loading…
Reference in New Issue
Block a user