remmina: move wayland to linux to fix darwin build
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user