mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python39Packages.ufoLib2: add pythonImportsCheck, add maintainer
This commit is contained in:
parent
d9c1a97107
commit
667edc48e2
@ -29,9 +29,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "ufoLib2" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library to deal with UFO font sources";
|
||||
homepage = "https://github.com/fonttools/ufoLib2";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user