Commit 8def1247 authored by hw-lunemann's avatar hw-lunemann
Browse files

mullvad-vpn: add wayland runtime dependency

libwayland-cursor is required when running mullvad-vpn with wayland.
parent 2be9646b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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