Merge pull request #64702 from romildo/upd.xfce4-13

xfce4-13: rename to xfce4-14
This commit is contained in:
José Romildo Malaquias 2019-07-13 12:48:40 -03:00 committed by GitHub
commit 3fef4946cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
43 changed files with 3 additions and 3 deletions

View File

@ -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;
};

View File

@ -22335,10 +22335,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 { };