haskellPackages.hopenssl: use openssl_1_1

This commit is contained in:
ajs124
2022-08-17 20:16:20 +02:00
parent 58edfe972f
commit 2a49c87bc5
@@ -2393,6 +2393,9 @@ self: super: {
'';
}) super.linear-base;
# https://github.com/peti/hopenssl/issues/5
hopenssl = super.hopenssl.override { openssl = pkgs.openssl_1_1; };
# Fixes compilation with GHC 9.0 and above
# https://hub.darcs.net/shelarcy/regex-compat-tdfa/issue/3
regex-compat-tdfa = appendPatches [