python312Packages.sip4: disable

This commit is contained in:
Martin Weinelt 2024-02-24 02:59:21 +01:00
parent 59ad9d607d
commit 544c197eb8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,7 +5,8 @@ buildPythonPackage rec {
version = "4.19.25";
format = "other";
disabled = isPyPy;
# relies on distutils
disabled = isPyPy || pythonAtLeast "3.12";
src = fetchurl {
url = "https://www.riverbankcomputing.com/static/Downloads/sip/${version}/sip-${version}.tar.gz";