mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
mate-themes: move to pkgs/desktops/mate/
This commit is contained in:
parent
f44e70a68b
commit
e428c0346f
|
@ -2,4 +2,5 @@
|
|||
rec {
|
||||
mate-common = callPackage ./mate-common { };
|
||||
mate-icon-theme-faenza = callPackage ./mate-icon-theme-faenza { };
|
||||
mate-themes = callPackage ./mate-themes { };
|
||||
}
|
||||
|
|
|
@ -15770,8 +15770,6 @@ in
|
|||
|
||||
mate-icon-theme = callPackage ../misc/themes/mate-icon-theme { };
|
||||
|
||||
mate-themes = callPackage ../misc/themes/mate-themes { };
|
||||
|
||||
numix-gtk-theme = callPackage ../misc/themes/numix-gtk-theme { };
|
||||
|
||||
kde5PackagesFun = self: with self; {
|
||||
|
|
Loading…
Reference in a new issue