remmina: move wayland to linux to fix darwin build (#432484)

This commit is contained in:
xanderio 2025-08-12 11:30:47 +02:00 committed by GitHub
commit 3c4c96ff4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,12 +96,12 @@ stdenv.mkDerivation (finalAttrs: {
libsodium libsodium
harfbuzz harfbuzz
python3 python3
wayland
] ]
++ lib.optionals stdenv.hostPlatform.isLinux [ ++ lib.optionals stdenv.hostPlatform.isLinux [
fuse3 fuse3
libappindicator-gtk3 libappindicator-gtk3
libdbusmenu-gtk3 libdbusmenu-gtk3
wayland
] ]
++ lib.optionals withLibsecret [ libsecret ] ++ lib.optionals withLibsecret [ libsecret ]
++ lib.optionals withKf5Wallet [ libsForQt5.kwallet ] ++ lib.optionals withKf5Wallet [ libsForQt5.kwallet ]