xfce4-dock{barx,like}-plugin: move to top-level; xfce-dockbarx-plugin: fix build

This commit is contained in:
pancaek
2025-12-24 12:43:08 -08:00
parent 9650ab13ad
commit fd8890765a
3 changed files with 5 additions and 4 deletions
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ZxaWORqA8LiM4CzakxClg5C6AsyHrzCGydgboCrC45g=";
};
cmakeFlags = [ (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5") ];
pythonPath = [
dockbarx
python3Packages.pygobject3
+3 -4
View File
@@ -89,10 +89,6 @@ makeScopeWithSplicing' {
#### PANEL PLUGINS
xfce4-dockbarx-plugin = callPackage ./panel-plugins/xfce4-dockbarx-plugin { };
xfce4-docklike-plugin = callPackage ./panel-plugins/xfce4-docklike-plugin { };
xfce4-eyes-plugin = callPackage ./panel-plugins/xfce4-eyes-plugin { };
xfce4-fsguard-plugin = callPackage ./panel-plugins/xfce4-fsguard-plugin { };
@@ -166,4 +162,7 @@ makeScopeWithSplicing' {
xfce4-clipman-plugin = lib.warnOnInstantiate "xfce.xfce4-clipman-plugin was moved to top-level. Please use pkgs.xfce4-clipman-plugin directly" pkgs.xfce4-clipman-plugin; # Added on 2025-12-19
xfce4-cpufreq-plugin = lib.warnOnInstantiate "xfce.xfce4-cpufreq-plugin was moved to top-level. Please use pkgs.xfce4-cpufreq-plugin directly" pkgs.xfce4-cpufreq-plugin; # Added on 2025-12-19
xfce4-cpugraph-plugin = lib.warnOnInstantiate "xfce.xfce4-cpugraph-plugin was moved to top-level. Please use pkgs.xfce4-cpugraph-plugin directly" pkgs.xfce4-cpugraph-plugin; # Added on 2025-12-19
xfce4-dockbarx-plugin = lib.warnOnInstantiate "xfce.xfce4-dockbarx-plugin was moved to top-level. Please use pkgs.xfce4-dockbarx-plugin directly" pkgs.xfce4-dockbarx-plugin; # Added on 2025-12-19
xfce4-docklike-plugin = lib.warnOnInstantiate "xfce.xfce4-docklike-plugin was moved to top-level. Please use pkgs.xfce4-docklike-plugin directly" pkgs.xfce4-docklike-plugin; # Added on 2025-12-19
}