qjson: add meta data
This commit is contained in:
parent
145627391b
commit
363c9930d7
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ cmake qt4 ];
|
||||
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
meta = with stdenv.lib; {
|
||||
description = "Lightweight data-interchange format";
|
||||
homepage = http://qjson.sourceforge.net/;
|
||||
license = licenses.lgpl21;
|
||||
inherit (qt4.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue