python39Packages.cffsubr: add pythonImportsCheck, maintainer

This commit is contained in:
Sandro Jäckel 2022-01-31 13:29:08 +01:00 committed by Jonathan Ringer
parent 73fa816bc7
commit 764a467e55

View file

@ -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 ];
};
}