mullvad-vpn: add wayland runtime dependency

libwayland-cursor is required when running mullvad-vpn with wayland.
This commit is contained in:
hw-lunemann 2023-01-30 07:58:07 +01:00
parent 2be9646b90
commit 8def12471c

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, dpkg
, alsa-lib, atk, cairo, cups, dbus, expat, fontconfig, freetype
, gdk-pixbuf, glib, pango, nspr, nss, gtk3, mesa
, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
, wayland, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
, makeWrapper
}:
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
unpackPhase = "dpkg-deb -x $src .";
runtimeDependencies = [ (lib.getLib systemd) libnotify libappindicator ];
runtimeDependencies = [ (lib.getLib systemd) libnotify libappindicator wayland ];
installPhase = ''
runHook preInstall