about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-12-01 18:25:59 +0100
committerMaciej Krüger <mkg20001@gmail.com>2023-12-02 02:14:13 +0100
commit4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca (patch)
tree5964c733b67d74a6fd39d797639e4c4199d74b06 /pkgs/applications/networking/remote
parent9657d650935e9d16dbb463473b525333afa892a6 (diff)
downloadnixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar.gz
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar.bz2
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar.lz
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar.xz
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.tar.zst
nixlib-4a15b6bd301364b9e2e7cb23fc5f56a05e3036ca.zip
remmina: enable wayland
Add wayland depdendency to remmina to make it support wayland

It just works afterwards
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index 6d3d6610cf91..5aedd89cb68d 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -6,6 +6,7 @@
 , libvncserver, libpthreadstubs, libXdmcp, libxkbcommon
 , libsecret, libsoup_3, spice-protocol, spice-gtk, libepoxy, at-spi2-core
 , openssl, gsettings-desktop-schemas, json-glib, libsodium, webkitgtk_4_1, harfbuzz
+, wayland
 # The themes here are soft dependencies; only icons are missing without them.
 , gnome
 , withKf5Wallet ? stdenv.isLinux, libsForQt5
@@ -38,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
     libepoxy at-spi2-core
     openssl gnome.adwaita-icon-theme json-glib libsodium
     harfbuzz python3
+    wayland
   ] ++ lib.optionals stdenv.isLinux [ libappindicator-gtk3 libdbusmenu-gtk3 webkitgtk_4_1 ]
     ++ lib.optionals withLibsecret [ libsecret ]
     ++ lib.optionals withKf5Wallet [ libsForQt5.kwallet ]