Merge pull request #326159 from DSeeLP/renderdoc-python-312

renderdoc: pin to python 3.11
This commit is contained in:
Masum Reza
2024-08-02 11:31:48 +05:30
committed by GitHub
+4 -4
View File
@@ -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;