pythonPackages.pex: add meta
This commit is contained in:
parent
e012e12402
commit
554bfea26f
1 changed files with 7 additions and 0 deletions
|
@ -8744,6 +8744,13 @@ in {
|
||||||
|
|
||||||
# A few more dependencies I don't want to handle right now...
|
# A few more dependencies I don't want to handle right now...
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A library and tool for generating .pex (Python EXecutable) files";
|
||||||
|
homepage = "https://github.com/pantsbuild/pex";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pies = buildPythonPackage rec {
|
pies = buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue