dropbox: add libGL to the FHS environment
dropbox v209 has stopped shipping libGL.so, which causes a crash on startup if it's missing and $DISPLAY is set.
This commit is contained in:
parent
bf2f2c692c
commit
0fc7b445df
@ -43,7 +43,7 @@ buildFHSEnv {
|
|||||||
|
|
||||||
targetPkgs = pkgs: with pkgs; with xorg; [
|
targetPkgs = pkgs: with pkgs; with xorg; [
|
||||||
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender
|
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender
|
||||||
libXxf86vm libxcb xkeyboardconfig
|
libXxf86vm libGL libxcb xkeyboardconfig
|
||||||
curl dbus firefox-bin fontconfig freetype gcc glib gnutar libxml2 libxslt
|
curl dbus firefox-bin fontconfig freetype gcc glib gnutar libxml2 libxslt
|
||||||
procps zlib mesa libxshmfence libpthreadstubs libappindicator
|
procps zlib mesa libxshmfence libpthreadstubs libappindicator
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user