Merge pull request #6098 from abbradar/pidgin-otr

pidgin-otr: adopt and add platforms
This commit is contained in:
Nikolay Amiantov 2015-02-02 14:03:49 +03:00
commit 8f95561b5f

View file

@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
buildInputs = [ libotr pidgin intltool ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.cypherpunks.ca/otr;
description = "Plugin for Pidgin 2.x which implements OTR Messaging";
license = stdenv.lib.licenses.gpl2;
license = licenses.gpl2;
platforms = platforms.linux;
maintainters = with maintainers; [ abbradar ];
};
}