libotr: Missed file for 3.2

This commit is contained in:
Lluís Batlle i Rossell 2013-04-15 20:20:20 +02:00
parent d0d1385e1d
commit d5e713d2ff

View file

@ -0,0 +1,11 @@
{stdenv, fetchurl, libgcrypt}:
stdenv.mkDerivation {
name = "libotr-3.2.0";
src = fetchurl {
url = http://www.cypherpunks.ca/otr/libotr-3.2.0.tar.gz;
sha256 = "14v6idnqpp2vhgir9bzp1ay2gmhqsb8iavrkwmallakfwch9sfyq";
};
propagatedBuildInputs = [libgcrypt];
}