Fixing libotr crash (taking a 3rd party patch)

I hope it doesn't make libotr insecure, but the trivial patch comes from
this irssi-otr thread:
https://github.com/cryptodotis/irssi-otr/issues/21
This commit is contained in:
Lluís Batlle i Rossell
2013-04-13 20:01:34 +02:00
parent 50f3625f70
commit 5980282d17
2 changed files with 33 additions and 0 deletions
@@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4";
};
# Crashes without it, still not accepted upstream.
# Discussed in https://github.com/cryptodotis/irssi-otr/issues/21
patches = [ ./0001-Fix-pass-opdata-when-sending-message-fragment.patch ];
NIX_LDFLAGS = "-lssp";
propagatedBuildInputs = [ libgcrypt ];