From f2d64522f66881b6c39f2faea0b64cc167a1529c Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:40:11 -0800 Subject: [PATCH] xfce.xfce4-dict: move to top-level --- .../default.nix => by-name/xf/xfce4-dict/package.nix} | 0 pkgs/desktops/xfce/default.nix | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename pkgs/{desktops/xfce/applications/xfce4-dict/default.nix => by-name/xf/xfce4-dict/package.nix} (100%) diff --git a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix b/pkgs/by-name/xf/xfce4-dict/package.nix similarity index 100% rename from pkgs/desktops/xfce/applications/xfce4-dict/default.nix rename to pkgs/by-name/xf/xfce4-dict/package.nix diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index ce0e34f8c214..f49632f37d30 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -22,8 +22,6 @@ makeScopeWithSplicing' { xfce4-taskmanager = callPackage ./applications/xfce4-taskmanager { }; - xfce4-dict = callPackage ./applications/xfce4-dict { }; - xfce4-terminal = callPackage ./applications/xfce4-terminal { }; xfce4-screensaver = callPackage ./applications/xfce4-screensaver { }; @@ -90,6 +88,7 @@ makeScopeWithSplicing' { parole = lib.warnOnInstantiate "‘xfce.parole’ was moved to top-level. Please use ‘pkgs.parole’ directly" pkgs.parole; # Added on 2025-12-26 ristretto = lib.warnOnInstantiate "‘xfce.ristretto’ was moved to top-level. Please use ‘pkgs.ristretto’ directly" pkgs.ristretto; # Added on 2025-12-26 xfburn = lib.warnOnInstantiate "‘xfce.xfburn’ was moved to top-level. Please use ‘pkgs.xfburn’ directly" pkgs.xfburn; # Added on 2025-12-26 + xfce4-dict = lib.warnOnInstantiate "‘xfce.xfce4-dict’ was moved to top-level. Please use ‘pkgs.xfce4-dict’ directly" pkgs.xfce4-dict; # Added on 2025-12-26 thunar-archive-plugin = lib.warnOnInstantiate "‘xfce.thunar-archive-plugin’ was moved to top-level. Please use ‘pkgs.thunar-archive-plugin’ directly" pkgs.thunar-archive-plugin; # Added on 2025-12-26 thunar-dropbox-plugin = lib.warnOnInstantiate "‘xfce.thunar-dropbox-plugin’ was moved to top-level. Please use ‘pkgs.thunar-dropbox-plugin’ directly" pkgs.thunar-dropbox-plugin; # Added on 2025-12-26