gnome3.gnome-getting-started-docs: drop

It has been retired

https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/353
This commit is contained in:
Jan Tojnar 2021-04-15 02:56:19 +02:00
parent 01b7d0b27d
commit 49ae2e4c26
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
3 changed files with 2 additions and 28 deletions

View file

@ -365,7 +365,6 @@ in
gnome-bluetooth
gnome-color-manager
gnome-control-center
gnome-getting-started-docs
gnome-shell
gnome-shell-extensions
gnome-themes-extra

View file

@ -1,25 +0,0 @@
{ lib, stdenv, fetchurl, gnome3, intltool, itstool, libxml2 }:
stdenv.mkDerivation rec {
pname = "gnome-getting-started-docs";
version = "3.38.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-getting-started-docs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "EPviPyw85CdTmk4wekYWlNOHCyMgBGT3BbfYGvmTyFk=";
};
passthru = {
updateScript = gnome3.updateScript { packageName = "gnome-getting-started-docs"; attrPath = "gnome3.gnome-getting-started-docs"; };
};
buildInputs = [ intltool itstool libxml2 ];
meta = with lib; {
homepage = "https://live.gnome.org/DocumentationProject";
description = "Help a new user get started in GNOME";
maintainers = teams.gnome.members;
license = licenses.cc-by-sa-30;
platforms = platforms.linux;
};
}

View file

@ -176,8 +176,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-documents = callPackage ./apps/gnome-documents { };
gnome-getting-started-docs = callPackage ./apps/gnome-getting-started-docs { };
gnome-logs = callPackage ./apps/gnome-logs { };
gnome-maps = callPackage ./apps/gnome-maps { };
@ -361,4 +359,6 @@ lib.makeScope pkgs.newScope (self: with self; {
maintainers = lib.teams.gnome.members;
mutter328 = throw "Removed as Pantheon is upgraded to mutter334.";
gnome-getting-started-docs = throw "Removed in favour of gnome-tour.";
})