fontforge: add to pythonPackages

This commit is contained in:
Nikolay Amiantov 2016-06-11 01:44:44 +03:00
parent 9a1d6fe701
commit ac30c87d01

View file

@ -10005,6 +10005,11 @@ in modules // {
};
});
fontforge = pkgs.fontforge.override {
withPython = true;
inherit python;
};
fonttools = buildPythonPackage (rec {
version = "3.0";
name = "fonttools-${version}";