Merge pull request #271563 from mkg20001/remmina-wayland
remmina: enable wayland
This commit is contained in:
commit
87ec25bf53
1 changed files with 2 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue