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:
Geoffry Song 2024-10-02 01:26:02 -07:00
parent bf2f2c692c
commit 0fc7b445df

View File

@ -43,7 +43,7 @@ buildFHSEnv {
targetPkgs = pkgs: with pkgs; with xorg; [
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
procps zlib mesa libxshmfence libpthreadstubs libappindicator
];