python3Packages.manimpango: relax cython constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:20 +02:00
parent 2950dbbda9
commit bc59344bcc
@@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-nN+XOnki8fG7URMy2Fhs2X+yNi8Y7wDo53d61xaRa3w=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "Cython>=3.0.2,<3.1" Cython
'';
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pango ];