remmina: remove Plasma 5 kwallet (#497021)
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
wayland,
|
||||
# The themes here are soft dependencies; only icons are missing without them.
|
||||
adwaita-icon-theme,
|
||||
withKf5Wallet ? stdenv.hostPlatform.isLinux,
|
||||
libsForQt5,
|
||||
withLibsecret ? stdenv.hostPlatform.isLinux,
|
||||
withWebkitGtk ? false,
|
||||
webkitgtk_4_1,
|
||||
@@ -104,7 +102,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
wayland
|
||||
]
|
||||
++ lib.optionals withLibsecret [ libsecret ]
|
||||
++ lib.optionals withKf5Wallet [ libsForQt5.kwallet ]
|
||||
++ lib.optionals withWebkitGtk [ webkitgtk_4_1 ]
|
||||
++ lib.optionals withVte [ vte ];
|
||||
|
||||
@@ -115,7 +112,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-DWITH_VTE=${if withVte then "ON" else "OFF"}"
|
||||
"-DWITH_TELEPATHY=OFF"
|
||||
"-DWITH_AVAHI=OFF"
|
||||
"-DWITH_KF5WALLET=${if withKf5Wallet then "ON" else "OFF"}"
|
||||
"-DWITH_LIBSECRET=${if withLibsecret then "ON" else "OFF"}"
|
||||
"-DWITH_WEBKIT2GTK=${if withWebkitGtk then "ON" else "OFF"}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user