From 429b8243d06ab67f98f3ceabc202041b8895d894 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 6 Mar 2025 10:22:32 -0600 Subject: [PATCH] oscar: Fix/Upgrade kate package This commit fixes this error: error: The top-level kate alias has been removed. Please explicitly use kdePackages.kate for the latest Qt 6-based version, or libsForQt5.kate for the deprecated Qt 5 version. Note that Qt 5 versions of most KDE software will be removed in NixOS 25.11. Turns out I was using the kde5 version. The old version was deprecated here: https://github.com/NixOS/nixpkgs/commit/5c2f694947ebd1000d589ed636cae65cc18ef642 --- oscar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 0c51647..84a43fd 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -136,7 +136,7 @@ gnome-sound-recorder inkscape josm - kate + kdePackages.kate krita kicad libreoffice-qt