Merge pull request #191978 from jansol/renderdoc

This commit is contained in:
Sandro 2022-11-30 16:21:34 +01:00 committed by GitHub
commit 0a3ca27681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -43,8 +43,9 @@ mkDerivation rec {
buildInputs = [
qtbase qtsvg xorg.libpthreadstubs xorg.libXdmcp qtx11extras vulkan-loader python3
] # ++ (with python3Packages; [pyside2 pyside2-tools shiboken2])
# TODO: figure out how to make cmake recognise pyside2
] ++ (with python3Packages; [
pyside2 pyside2-tools shiboken2
])
++ lib.optional waylandSupport wayland;
nativeBuildInputs = [ cmake makeWrapper pkg-config bison pcre automake autoconf addOpenGLRunpath ];

View file

@ -11009,7 +11009,7 @@ with pkgs;
renameutils = callPackage ../tools/misc/renameutils { };
renderdoc = libsForQt5.callPackage ../applications/graphics/renderdoc { };
renderdoc = libsForQt5.callPackage ../development/tools/renderdoc { };
replace = callPackage ../tools/text/replace { };