python3Packages.manimpango: relax cython constraint
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user