[staging-next] {jetbrains-mono, python313Packages.gftools,python313Packages.ttfautohint-py}: fix build (#538318)

This commit is contained in:
Vladimír Čunát
2026-07-05 06:51:50 +00:00
committed by GitHub
3 changed files with 3 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
lib,
stdenvNoCC,
fetchFromGitHub,
python3Packages,
python313Packages,
}:
stdenvNoCC.mkDerivation rec {
@@ -19,7 +19,8 @@ stdenvNoCC.mkDerivation rec {
env."PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION" = "python";
nativeBuildInputs = [
python3Packages.gftools
# Currently broken on 3.14
python313Packages.gftools
];
buildPhase = ''

View File

@@ -158,7 +158,6 @@ buildPythonPackage rec {
requests
rich
ruamel-yaml
setuptools
skia-pathops
statmake
strictyaml

View File

@@ -36,10 +36,6 @@ buildPythonPackage rec {
distutils
];
dependencies = [
setuptools # for pkg_resources
];
buildInputs = [ ttfautohint ];
nativeCheckInputs = [