fbreader: add meta.platforms attribute

This commit is contained in:
Jonas Hoersch 2013-11-09 17:47:43 +01:00 committed by Bjørn Forsman
parent 2923631287
commit a131ce533d

View File

@ -25,10 +25,11 @@ stdenv.mkDerivation {
--replace "/usr/share" "$out/share"
'';
meta = {
meta = with stdenv.lib; {
description = "An e-book reader for Linux";
homepage = http://www.fbreader.org/;
license = "GPL";
maintainer = [ stdenv.lib.maintainers.coroa ];
license = licenses.gpl3;
platforms = platforms.linux; # possibly also on unix general
maintainer = [ maintainers.coroa ];
};
}