mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
vulkan-caps-viewer: replace withX11 with x11Support to match no-x-libs
This commit is contained in:
parent
0015306203
commit
e3a53e1c97
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user