python312Packages.sip4: disable
This commit is contained in:
parent
59ad9d607d
commit
544c197eb8
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue