mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #192225 from mnuccioarpae/fix/subversion-openssl_1_1
subversion with openssl_3 hangs connecting to https server, rollback to openssl_1_1 fixes it
This commit is contained in:
commit
76587103ea
1 changed files with 2 additions and 0 deletions
|
@ -21740,6 +21740,7 @@ with pkgs;
|
|||
|
||||
serf = callPackage ../development/libraries/serf {
|
||||
openssl = openssl_1_1;
|
||||
aprutil = aprutil.override { openssl = openssl_1_1; };
|
||||
};
|
||||
|
||||
sfsexp = callPackage ../development/libraries/sfsexp {};
|
||||
|
@ -31425,6 +31426,7 @@ with pkgs;
|
|||
sublime-merge-dev;
|
||||
|
||||
inherit (callPackages ../applications/version-management/subversion {
|
||||
openssl = openssl_1_1;
|
||||
sasl = cyrus_sasl;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
||||
}) subversion;
|
||||
|
|
Loading…
Reference in a new issue