renderdoc: format, cleanup
This commit is contained in:
parent
94f66d6b9f
commit
a322ea2345
@ -11,12 +11,11 @@ let
|
||||
rev = "renderdoc-modified-7";
|
||||
sha256 = "15r2m5kcs0id64pa2fsw58qll3jyh71jzc04wy20pgsh2326zis6";
|
||||
};
|
||||
pythonPackages = python3Packages;
|
||||
cmakeBool = b: if b then "ON" else "OFF";
|
||||
in
|
||||
mkDerivation rec {
|
||||
version = "1.15";
|
||||
pname = "renderdoc";
|
||||
version = "1.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "baldurk";
|
||||
@ -27,9 +26,9 @@ mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
qtbase qtsvg xorg.libpthreadstubs xorg.libXdmcp qtx11extras vulkan-loader python3
|
||||
] # ++ (with pythonPackages; [pyside2 pyside2-tools shiboken2])
|
||||
] # ++ (with python3Packages; [pyside2 pyside2-tools shiboken2])
|
||||
# TODO: figure out how to make cmake recognise pyside2
|
||||
++ (lib.optional waylandSupport wayland);
|
||||
++ lib.optional waylandSupport wayland;
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper pkg-config bison pcre automake autoconf addOpenGLRunpath ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user