qtscriptgenerator: add license
This commit is contained in:
parent
e91b5eead6
commit
b3a1eb18d3
@ -43,6 +43,6 @@ stdenv.mkDerivation {
|
|||||||
description = "QtScript bindings generator";
|
description = "QtScript bindings generator";
|
||||||
homepage = https://code.qt.io/cgit/qt-labs/qtscriptgenerator.git/;
|
homepage = https://code.qt.io/cgit/qt-labs/qtscriptgenerator.git/;
|
||||||
inherit (qt4.meta) platforms;
|
inherit (qt4.meta) platforms;
|
||||||
maintainers = [ ];
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user