firefox-bin: add libXtst and libXrandr to lib path

firefox nightly now requires libXtst.so.6
without this change firefox nightly from the mozilla overlay fails to
start

added libXrandr too since libxul.so requires it
libXrandr.so.2 => not found
libXtst.so.6 => not found
This commit is contained in:
Artturin 2021-11-02 18:23:06 +02:00 committed by Jonathan Ringer
parent c619cf79ac
commit cbb7455d73

View file

@ -25,7 +25,9 @@
, libXi
, libXinerama
, libXrender
, libXrandr
, libXt
, libXtst
, libcanberra
, libnotify
, adwaita-icon-theme
@ -123,7 +125,9 @@ stdenv.mkDerivation {
libXi
libXinerama
libXrender
libXrandr
libXt
libXtst
libcanberra
libnotify
libGLU libGL