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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user