pidgin-otr: adopt and add platforms

This commit is contained in:
Nikolay Amiantov 2014-12-08 17:57:17 +03:00
parent 87c7fb24ed
commit 28d9da7498

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 ];
};
}