forked from mirrors/nixpkgs
Merge pull request #191978 from jansol/renderdoc
This commit is contained in:
commit
0a3ca27681
|
@ -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 ];
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue