nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

discord: add wayland to library path

Fixes https://github.com/NixOS/nixpkgs/issues/207820

+2
+2
pkgs/applications/networking/instant-messengers/discord/linux.nix
··· 5 5 , libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes 6 6 , libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss 7 7 , pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand 8 + , wayland 8 9 , branch 9 10 , common-updater-scripts, withOpenASAR ? false }: 10 11 ··· 84 83 libXScrnSaver 85 84 libappindicator-gtk3 86 85 libdbusmenu 86 + wayland 87 87 ]; 88 88 89 89 installPhase = ''