Merge pull request #206771 from wegank/gnome-darwin

This commit is contained in:
Sandro 2022-12-28 18:54:14 +01:00 committed by GitHub
commit a81e5df178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -107,6 +107,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Music player and management application for the GNOME desktop environment"; description = "Music player and management application for the GNOME desktop environment";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer"; homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/DconfEditor"; homepage = "https://wiki.gnome.org/Apps/DconfEditor";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment"; description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
description = "Dictionary is the GNOME application to look up definitions"; description = "Dictionary is the GNOME application to look up definitions";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -61,6 +61,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/gnome-font-viewer"; homepage = "https://gitlab.gnome.org/GNOME/gnome-font-viewer";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }

View file

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
platforms = platforms.linux; platforms = platforms.unix;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
}; };
} }

View file

@ -119,6 +119,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Projects/Folks"; homepage = "https://wiki.gnome.org/Projects/Folks";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice platforms = platforms.unix;
}; };
} }

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A collection of GStreamer effects to be used in different GNOME Modules"; description = "A collection of GStreamer effects to be used in different GNOME Modules";
homepage = "https://wiki.gnome.org/Projects/GnomeVideoEffects"; homepage = "https://wiki.gnome.org/Projects/GnomeVideoEffects";
platforms = platforms.linux; platforms = platforms.unix;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
}; };