mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
mate-icon-theme: move to pkgs/desktops/mate/
This commit is contained in:
parent
e428c0346f
commit
f67c878241
@ -1,6 +1,7 @@
|
||||
{ callPackage, pkgs }:
|
||||
rec {
|
||||
mate-common = callPackage ./mate-common { };
|
||||
mate-icon-theme = callPackage ./mate-icon-theme { };
|
||||
mate-icon-theme-faenza = callPackage ./mate-icon-theme-faenza { };
|
||||
mate-themes = callPackage ./mate-themes { };
|
||||
}
|
||||
|
@ -15768,8 +15768,6 @@ in
|
||||
|
||||
gnome_themes_standard = gnome3.gnome_themes_standard;
|
||||
|
||||
mate-icon-theme = callPackage ../misc/themes/mate-icon-theme { };
|
||||
|
||||
numix-gtk-theme = callPackage ../misc/themes/numix-gtk-theme { };
|
||||
|
||||
kde5PackagesFun = self: with self; {
|
||||
|
Loading…
Reference in New Issue
Block a user