23 pname = "notobuilder";
24 version = "0-unstable-2024-08-03";
27 src = fetchFromGitHub {
30 rev = "d7bcfc8e5c5ee9b273e7b1eeb2dd6d619da68c33";
31 hash = "sha256-1tdHbJixd1s1grGh0enqXhp+u5TEic6/W88X/f8vagM=";
35 substituteInPlace Lib/notobuilder/__main__.py \
36 --replace-fail '"ninja"' '"${lib.getExe ninja}"'
56 ] ++ gftools.optional-dependencies.qa;
58 pythonImportsCheck = [
63 passthru.updateScript = unstableGitUpdater { };
66 description = "Python module for building Noto fonts";
67 homepage = "https://github.com/notofonts/notobuilder";
68 license = lib.licenses.unfree;
69 maintainers = with lib.maintainers; [ jopejoe1 ];