Skip to content

Commit

Permalink
dropbox: add libGL to the FHS environment
Browse files Browse the repository at this point in the history
dropbox v209 has stopped shipping libGL.so, which causes a crash on startup if it's missing and $DISPLAY is set.
  • Loading branch information
goffrie committed Oct 6, 2024
1 parent bf2f2c6 commit 0fc7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/dropbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit 0fc7b44

Please sign in to comment.