Merge pull request #326159 from DSeeLP/renderdoc-python-312
renderdoc: pin to python 3.11
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
, vulkan-loader
|
||||
, libglvnd
|
||||
, xorg
|
||||
, python3
|
||||
, python3Packages
|
||||
, python311
|
||||
, python311Packages
|
||||
, bison
|
||||
, pcre
|
||||
, automake
|
||||
@@ -42,8 +42,8 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
qtbase qtsvg xorg.libpthreadstubs xorg.libXdmcp qtx11extras vulkan-loader python3
|
||||
] ++ (with python3Packages; [
|
||||
qtbase qtsvg xorg.libpthreadstubs xorg.libXdmcp qtx11extras vulkan-loader python311
|
||||
] ++ (with python311Packages; [
|
||||
pyside2 pyside2-tools shiboken2
|
||||
])
|
||||
++ lib.optional waylandSupport wayland;
|
||||
|
||||
Reference in New Issue
Block a user