forked from mirrors/nixpkgs
xfce4-13: rename to xfce4-14
This commit is contained in:
parent
202d2b97b9
commit
c3282487dd
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.xfce4-13.tumbler;
|
||||
default = pkgs.xfce4-14.tumbler;
|
||||
description = "Which tumbler package to use";
|
||||
example = pkgs.xfce4-12.tumbler;
|
||||
};
|
||||
|
|
|
@ -22334,10 +22334,10 @@ in
|
|||
solarc-gtk-theme = callPackage ../misc/themes/solarc { };
|
||||
|
||||
xfce = xfce4-12;
|
||||
xfceUnstable = xfce4-13;
|
||||
xfceUnstable = xfce4-14;
|
||||
|
||||
xfce4-12 = recurseIntoAttrs (callPackage ../desktops/xfce { });
|
||||
xfce4-13 = recurseIntoAttrs (callPackage ../desktops/xfce4-13 { });
|
||||
xfce4-14 = recurseIntoAttrs (callPackage ../desktops/xfce4-14 { });
|
||||
|
||||
xrandr-invert-colors = callPackage ../applications/misc/xrandr-invert-colors { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue