python312Packages.sip4: disable
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user