pythonPackages.pyside: update meta
This commit is contained in:
parent
03831816d8
commit
89c5a92949
@ -48,11 +48,11 @@ buildPythonPackage rec {
|
|||||||
"-DPYTHON3_LIBRARY=${lib.getLib python}/lib"
|
"-DPYTHON3_LIBRARY=${lib.getLib python}/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
|
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
|
||||||
license = lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://www.pyside.org/docs/shiboken/";
|
homepage = "http://www.pyside.org/";
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user