mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
tor-browser: add missing libGL required for wayland
This commit is contained in:
parent
1fb123914b
commit
2c477ed32d
@ -31,6 +31,7 @@
|
||||
, waylandSupport ? stdenv.isLinux
|
||||
, libxkbcommon
|
||||
, libdrm
|
||||
, libGL
|
||||
|
||||
, audioSupport ? mediaSupport
|
||||
|
||||
@ -98,7 +99,7 @@ lib.warnIf (useHardenedMalloc != null)
|
||||
stdenv.cc.libc
|
||||
zlib
|
||||
] ++ lib.optionals libnotifySupport [ libnotify ]
|
||||
++ lib.optionals waylandSupport [ libxkbcommon libdrm ]
|
||||
++ lib.optionals waylandSupport [ libxkbcommon libdrm libGL ]
|
||||
++ lib.optionals pipewireSupport [ pipewire ]
|
||||
++ lib.optionals pulseaudioSupport [ libpulseaudio ]
|
||||
++ lib.optionals libvaSupport [ libva ]
|
||||
|
Loading…
Reference in New Issue
Block a user