mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
python39Packages.cffsubr: add pythonImportsCheck, maintainer
This commit is contained in:
parent
73fa816bc7
commit
764a467e55
@ -29,9 +29,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cffsubr" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Standalone CFF subroutinizer based on AFDKO tx";
|
||||
homepage = "https://github.com/adobe-type-tools/cffsubr";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user