libotr: Missed file for 3.2
This commit is contained in:
parent
d0d1385e1d
commit
d5e713d2ff
11
pkgs/development/libraries/libotr/3.2.nix
Normal file
11
pkgs/development/libraries/libotr/3.2.nix
Normal 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];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user