forked from mirrors/nixpkgs
haskellPackages.hopenssl: use openssl_1_1
This commit is contained in:
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 [
|
||||
|
|
Loading…
Reference in a new issue