mate-desktop: add maintainer

This commit is contained in:
romildo 2017-08-30 23:49:46 -03:00
parent dd230e33d6
commit 6c4424efb2

View File

@ -11,8 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg"; sha256 = "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg";
}; };
propagatedUserEnvPkgs = [ nativeBuildInputs = [
gnome3.gnome_themes_standard pkgconfig
intltool
wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [
@ -21,10 +23,8 @@ stdenv.mkDerivation rec {
gnome3.defaultIconTheme gnome3.defaultIconTheme
]; ];
nativeBuildInputs = [ propagatedUserEnvPkgs = [
pkgconfig gnome3.gnome_themes_standard
intltool
wrapGAppsHook
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
homepage = http://mate-desktop.org; homepage = http://mate-desktop.org;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
}; };
} }