mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
mate-desktop: add maintainer
This commit is contained in:
parent
dd230e33d6
commit
6c4424efb2
@ -11,8 +11,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg";
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [
|
||||
gnome3.gnome_themes_standard
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -21,10 +23,8 @@ stdenv.mkDerivation rec {
|
||||
gnome3.defaultIconTheme
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
propagatedUserEnvPkgs = [
|
||||
gnome3.gnome_themes_standard
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://mate-desktop.org;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user