about summary refs log tree commit diff
path: root/pkgs/applications/networking/mullvad-vpn
diff options
context:
space:
mode:
authorhw-lunemann <hw.lunemann@gmail.com>2023-01-30 07:58:07 +0100
committerhw-lunemann <hw.lunemann@gmail.com>2023-01-30 07:58:07 +0100
commit8def12471ce07414d31b44fabc989a343572a6e9 (patch)
tree49eaa5cc88dafd1fddf54bf3cca554a788066f7b /pkgs/applications/networking/mullvad-vpn
parent2be9646b90944cbf0ffd5a96023b9d370c2949ab (diff)
mullvad-vpn: add wayland runtime dependency
libwayland-cursor is required when running mullvad-vpn with wayland.
Diffstat (limited to 'pkgs/applications/networking/mullvad-vpn')
-rw-r--r--pkgs/applications/networking/mullvad-vpn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mullvad-vpn/default.nix b/pkgs/applications/networking/mullvad-vpn/default.nix
index 15dc909aa6466..dc8c5729ddf87 100644
--- a/pkgs/applications/networking/mullvad-vpn/default.nix
+++ b/pkgs/applications/networking/mullvad-vpn/default.nix
@@ -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