From 835012cf970a17877f2c14137bc4205becf89ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 6 Mar 2026 00:38:24 +0100 Subject: [PATCH] remmina: remove Plasma 5 kwallet Plasma 6 uses secret service anyhow. --- pkgs/by-name/re/remmina/package.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/by-name/re/remmina/package.nix b/pkgs/by-name/re/remmina/package.nix index e11909347633..3784eaf68e9e 100644 --- a/pkgs/by-name/re/remmina/package.nix +++ b/pkgs/by-name/re/remmina/package.nix @@ -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"}" ]