From c206733e8d2b9d9bec6329156f7b7e87b1f324cf Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:33:45 -0800 Subject: [PATCH] xfce4-alsa-plugin: move to top-level --- .../default.nix => by-name/xf/xfce4-alsa-plugin/package.nix} | 0 pkgs/desktops/xfce/default.nix | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename pkgs/{desktops/xfce/panel-plugins/xfce4-alsa-plugin/default.nix => by-name/xf/xfce4-alsa-plugin/package.nix} (100%) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-alsa-plugin/default.nix b/pkgs/by-name/xf/xfce4-alsa-plugin/package.nix similarity index 100% rename from pkgs/desktops/xfce/panel-plugins/xfce4-alsa-plugin/default.nix rename to pkgs/by-name/xf/xfce4-alsa-plugin/package.nix diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index a232610d7bcb..049b4c7111e6 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -89,8 +89,6 @@ makeScopeWithSplicing' { #### PANEL PLUGINS - xfce4-alsa-plugin = callPackage ./panel-plugins/xfce4-alsa-plugin { }; - xfce4-battery-plugin = callPackage ./panel-plugins/xfce4-battery-plugin { }; xfce4-clipman-plugin = callPackage ./panel-plugins/xfce4-clipman-plugin { }; @@ -170,4 +168,6 @@ makeScopeWithSplicing' { xfce4-dev-tools = lib.warnOnInstantiate "‘xfce.xfce4-dev-tools’ was moved to top-level. Please use ‘pkgs.xfce4-dev-tools’ directly" pkgs.xfce4-dev-tools; # Added on 2025-12-23 xfce4-panel = lib.warnOnInstantiate "‘xfce.xfce4-panel’ was moved to top-level. Please use ‘pkgs.xfce4-panel’ directly" pkgs.xfce4-panel; # Added on 2025-12-23 xfconf = lib.warnOnInstantiate "‘xfce.xfconf’ was moved to top-level. Please use ‘pkgs.xfconf’ directly" pkgs.xfconf; # Added on 2025-12-23 + + xfce4-alsa-plugin = lib.warnOnInstantiate "‘xfce.xfce4-alsa-plugin’ was moved to top-level. Please use ‘pkgs.xfce4-alsa-plugin’ directly" pkgs.xfce4-alsa-plugin; # Added on 2025-12-19 }