fbreader: add meta.platforms attribute
This commit is contained in:
parent
2923631287
commit
a131ce533d
@ -25,10 +25,11 @@ stdenv.mkDerivation {
|
|||||||
--replace "/usr/share" "$out/share"
|
--replace "/usr/share" "$out/share"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "An e-book reader for Linux";
|
description = "An e-book reader for Linux";
|
||||||
homepage = http://www.fbreader.org/;
|
homepage = http://www.fbreader.org/;
|
||||||
license = "GPL";
|
license = licenses.gpl3;
|
||||||
maintainer = [ stdenv.lib.maintainers.coroa ];
|
platforms = platforms.linux; # possibly also on unix general
|
||||||
|
maintainer = [ maintainers.coroa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user