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:
parent
c619cf79ac
commit
cbb7455d73
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue