Skip to content

Commit

Permalink
dropbox: add missing libXmu to targetPkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Nov 5, 2024
1 parent 71408df commit 3e4830f
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 @@ -42,7 +42,7 @@ buildFHSEnv {
unsharePid = false;

targetPkgs = pkgs: with pkgs; with xorg; [
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender libXmu
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 3e4830f

Please sign in to comment.