haskell-gnutls: revert to GNUTLS 3.3
This commit is contained in:
parent
58b865cfc6
commit
07535a01aa
@ -801,4 +801,7 @@ self: super: {
|
||||
# https://github.com/bos/aeson/issues/253
|
||||
aeson = dontCheck super.aeson;
|
||||
|
||||
# GNUTLS 3.4 causes linker errors: http://hydra.cryp.to/build/839563/nixlog/2/raw
|
||||
gnutls = super.gnutls.override { gnutls = pkgs.gnutls33; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user