Remove obsolete xfceutils attribute

This commit is contained in:
Eelco Dolstra 2013-10-30 15:31:09 +01:00
parent df548ffc9e
commit db2a9afb75
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ in
pkgs.xfce.xfce4session
pkgs.xfce.xfce4settings
pkgs.xfce.xfce4mixer
pkgs.xfce.xfceutils
pkgs.xfce.xfconf
pkgs.xfce.xfdesktop
pkgs.xfce.xfwm4

View File

@ -30,7 +30,6 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
xfce4session = callPackage ./core/xfce4-session.nix { };
xfce4settings = callPackage ./core/xfce4-settings.nix { };
xfce4_power_manager = callPackage ./core/xfce4-power-manager.nix { };
xfceutils = null; # removed in 4.10
xfconf = callPackage ./core/xfconf.nix { };
xfdesktop = callPackage ./core/xfdesktop.nix { };
xfwm4 = callPackage ./core/xfwm4.nix { };