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 15, 2024
1 parent 06b17a1 commit 361e0cd
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 @@ -39,7 +39,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 361e0cd

Please sign in to comment.