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"
|
||||
'';
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user