14 buildPythonPackage rec {
19 src = fetchFromGitHub {
20 owner = "googlefonts";
23 hash = "sha256-D+BhKCKWgprQn+eXFgwnSN/06+JF5CiUS0VAS1Kvedw=";
26 nativeBuildInputs = [ pythonRelaxDepsHook ];
28 pythonRelaxDeps = [ "fonttools" ];
46 # Failing due to fonttools being to old
47 "tests/test_layout.py"
50 pythonImportsCheck = [ "ufomerge" ];
53 description = "Command line utility and Python library that merges two UFO source format fonts into a single file";
54 homepage = "https://github.com/googlefonts/ufomerge";
55 changelog = "https://github.com/googlefonts/ufomerge/releases/tag/v${version}";
56 license = lib.licenses.asl20;
57 maintainers = with lib.maintainers; [ jopejoe1 ];