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

This commit is contained in:
PedroHLC ☭ 2023-05-14 09:20:31 -03:00
parent 0015306203
commit e3a53e1c97
No known key found for this signature in database
GPG key ID: F5BFC029DA9A28CE

View file

@ -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 \