Unverified Commit e3a53e1c authored by PedroHLC ☭'s avatar PedroHLC ☭
Browse files

vulkan-caps-viewer: replace withX11 with x11Support to match no-x-libs

parent 00153062
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
, vulkan-loader
, wayland
, wrapQtAppsHook
, withX11 ? true
, x11Support ? true
, qtx11extras
}:

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
  buildInputs = [
    vulkan-loader
    wayland
  ] ++ lib.lists.optionals withX11 [ qtx11extras ];
  ] ++ lib.lists.optionals x11Support [ qtx11extras ];

  patchPhase = ''
    substituteInPlace vulkanCapsViewer.pro \