Fresh bitlbee builds with GNU TLS 3

This commit is contained in:
Michael Raskin 2014-03-05 13:26:41 +04:00
parent 0142e4d685
commit a9a728af64

View file

@ -7517,7 +7517,7 @@ let
bitlbee = callPackage ../applications/networking/instant-messengers/bitlbee {
# For some reason, TLS support is broken when using GnuTLS 3.0 (can't
# connect to jabber.org, for instance.)
gnutls = gnutls2;
gnutls = gnutls;
libotr = libotr_3_2;
};