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
|
, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes
|
||||||
, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss
|
, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss
|
||||||
, pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand
|
, pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand
|
||||||
|
, wayland
|
||||||
, branch
|
, branch
|
||||||
, common-updater-scripts, withOpenASAR ? false }:
|
, common-updater-scripts, withOpenASAR ? false }:
|
||||||
|
|
||||||
|
@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
libappindicator-gtk3
|
libappindicator-gtk3
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
|
wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue