discord: add wayland to library path
Fixes https://github.com/NixOS/nixpkgs/issues/207820
This commit is contained in:
parent
d72cf7be48
commit
fbe0bfd1e2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes
|
||||
, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss
|
||||
, pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand
|
||||
, wayland
|
||||
, branch
|
||||
, common-updater-scripts, withOpenASAR ? false }:
|
||||
|
||||
|
@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
|
|||
libXScrnSaver
|
||||
libappindicator-gtk3
|
||||
libdbusmenu
|
||||
wayland
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue