Merge pull request #202555 from 06kellyjac/brave
brave: fix commandLineArgs option also requiring vulkanSupport
This commit is contained in:
commit
8e036dae81
1 changed files with 1 additions and 1 deletions
|
@ -180,8 +180,8 @@ stdenv.mkDerivation rec {
|
|||
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
|
||||
${optionalString vulkanSupport ''
|
||||
--prefix XDG_DATA_DIRS : "${addOpenGLRunpath.driverLink}/share"
|
||||
--add-flags ${escapeShellArg commandLineArgs}
|
||||
''}
|
||||
--add-flags ${escapeShellArg commandLineArgs}
|
||||
)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue