Commit af0261a8 authored by Jan Solanti's avatar Jan Solanti
Browse files

renderdoc: add PySide dependencies back to build

parent dc08caa8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];