mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #316147 from NixOS/backport-314968-to-release-24.05
[Backport release-24.05] pythonPackages.shiboken2: mark as broken on Python ≥ 3.12
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
qt5,
|
||||
libxcrypt,
|
||||
llvmPackages_15,
|
||||
pythonAtLeast,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -58,6 +59,6 @@ stdenv.mkDerivation {
|
||||
];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
broken = stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin || pythonAtLeast "3.12";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user