fontforge: add to pythonPackages
This commit is contained in:
parent
9a1d6fe701
commit
ac30c87d01
|
@ -10005,6 +10005,11 @@ in modules // {
|
|||
};
|
||||
});
|
||||
|
||||
fontforge = pkgs.fontforge.override {
|
||||
withPython = true;
|
||||
inherit python;
|
||||
};
|
||||
|
||||
fonttools = buildPythonPackage (rec {
|
||||
version = "3.0";
|
||||
name = "fonttools-${version}";
|
||||
|
|
Loading…
Reference in New Issue