Skip to content

Commit 752e52a

Browse files
committed
renderdoc: force python312Packages
1 parent e1f5f6a commit 752e52a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pkgs/by-name/re/renderdoc/package.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
nix-update-script,
1414
pcre,
1515
pkg-config,
16-
python3Packages,
16+
# python3Packages.shiboken2 is currently broken
1717
python312Packages,
1818
qt5,
1919
stdenv,
@@ -24,9 +24,6 @@
2424
}:
2525

2626
let
27-
pythonPackages' =
28-
# lib.meta.availableOn does not respect meta.broken?
29-
if python3Packages.shiboken2.meta.available then python3Packages else python312Packages;
3027
custom_swig = fetchFromGitHub {
3128
owner = "baldurk";
3229
repo = "swig";
@@ -55,9 +52,9 @@ stdenv.mkDerivation (finalAttrs: {
5552
[
5653
libXdmcp
5754
libpthreadstubs
58-
pythonPackages'.pyside2
59-
pythonPackages'.pyside2-tools
60-
pythonPackages'.shiboken2
55+
python312Packages.pyside2
56+
python312Packages.pyside2-tools
57+
python312Packages.shiboken2
6158
qt5.qtbase
6259
qt5.qtsvg
6360
vulkan-loader
@@ -75,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
7572
makeWrapper
7673
pcre
7774
pkg-config
78-
pythonPackages'.python
75+
python312Packages.python
7976
qt5.qtx11extras
8077
qt5.wrapQtAppsHook
8178
];

0 commit comments

Comments
 (0)