File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
pkgs/by-name/re/renderdoc Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1313 nix-update-script ,
1414 pcre ,
1515 pkg-config ,
16- python3Packages ,
16+ # python3Packages.shiboken2 is currently broken
1717 python312Packages ,
1818 qt5 ,
1919 stdenv ,
2424} :
2525
2626let
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 ] ;
You can’t perform that action at this time.
0 commit comments