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 {
|
fonttools = buildPythonPackage (rec {
|
||||||
version = "3.0";
|
version = "3.0";
|
||||||
name = "fonttools-${version}";
|
name = "fonttools-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user