Unverified Commit 8fa665a7 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #213515 from hw-lunemann/mullvad-vpn-wayland-dep

parents 64f0b908 8def1247
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