mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
[staging-next] {jetbrains-mono, python313Packages.gftools,python313Packages.ttfautohint-py}: fix build (#538318)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -158,7 +158,6 @@ buildPythonPackage rec {
|
||||
requests
|
||||
rich
|
||||
ruamel-yaml
|
||||
setuptools
|
||||
skia-pathops
|
||||
statmake
|
||||
strictyaml
|
||||
|
||||
@@ -36,10 +36,6 @@ buildPythonPackage rec {
|
||||
distutils
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
setuptools # for pkg_resources
|
||||
];
|
||||
|
||||
buildInputs = [ ttfautohint ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user