Loading pkgs/top-level/python-packages.nix +6 −4 Original line number Diff line number Diff line Loading @@ -4538,10 +4538,12 @@ self: super: with self; { fontfeatures = callPackage ../development/python-modules/fontfeatures { }; fontforge = toPythonModule (pkgs.fontforge.override { fontforge = disabledIf (pythonOlder "3.10") (toPythonModule (pkgs.fontforge.override { withPython = true; inherit python; }); })); fontmath = callPackage ../development/python-modules/fontmath { }; Loading Loading
pkgs/top-level/python-packages.nix +6 −4 Original line number Diff line number Diff line Loading @@ -4538,10 +4538,12 @@ self: super: with self; { fontfeatures = callPackage ../development/python-modules/fontfeatures { }; fontforge = toPythonModule (pkgs.fontforge.override { fontforge = disabledIf (pythonOlder "3.10") (toPythonModule (pkgs.fontforge.override { withPython = true; inherit python; }); })); fontmath = callPackage ../development/python-modules/fontmath { }; Loading