mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:27:37 +00:00
qjson: add meta data
This commit is contained in:
parent
145627391b
commit
363c9930d7
@ -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 New Issue
Block a user