add Off The Record, encryption plugin for pidgin. Needs a pidgin wrapper to work nicely.
svn path=/nixpkgs/trunk/; revision=9146
This commit is contained in:
parent
813f26af95
commit
c8c3eb7c18
@ -0,0 +1,15 @@
|
|||||||
|
{ stdenv, fetchurl, libotr, pidgin} :
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "pidgin-otr-3.1.0";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://www.cypherpunks.ca/otr/pidgin-otr-3.1.0.tar.gz;
|
||||||
|
sha256 = "1l524qx5kh2gg68biazjyqiyz8qzxqwp07i0wzfaxgv33s9ni7s2";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "OTR plugin for Pidgin IM.";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [libotr pidgin];
|
||||||
|
}
|
@ -3071,6 +3071,10 @@ rec {
|
|||||||
inherit (gtkLibs) glib gtk;
|
inherit (gtkLibs) glib gtk;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pidginotr = import ../applications/networking/instant-messengers/pidgin-plugins/otr {
|
||||||
|
inherit fetchurl stdenv libotr pidgin;
|
||||||
|
};
|
||||||
|
|
||||||
gimp = import ../applications/graphics/gimp {
|
gimp = import ../applications/graphics/gimp {
|
||||||
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
||||||
libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk gettext;
|
libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk gettext;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user