diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-26 08:05:06 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:38 +0000 |
commit | 161c4169575e91d7333d7cf98141d2e8382be043 (patch) | |
tree | 30a9a0dc9be85a1505f10ffee1d73b2290942b99 /gnu | |
parent | 68b3a8c17e103d1a155c8202a042dc8f71dfa513 (diff) | |
download | guix-161c4169575e91d7333d7cf98141d2e8382be043.tar guix-161c4169575e91d7333d7cf98141d2e8382be043.tar.gz |
gnu: Remove gnome-getting-started-docs.
It has been replaced by gnome-tour.
* gnu/packages/gnome.scm (gnome-getting-started-docs): Remove it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 62453ffe4b..2f2cfd74f3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1898,34 +1898,6 @@ and system administrators.") (home-page "https://live.gnome.org/DocumentationProject") (license license:cc-by3.0))) -(define-public gnome-getting-started-docs - (package - (name "gnome-getting-started-docs") - (version "3.32.2") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/gnome-getting-started-docs/" - (version-major+minor version) - "/gnome-getting-started-docs-" version ".tar.xz")) - (sha256 - (base32 "1v4k465mlzrhgcdddzs6bmm0yliyrfx6jg3gh0s17a08i0w5rbwq")))) - (build-system gnu-build-system) - (native-inputs - `(("gettext" ,gettext-minimal) - ("itstool" ,itstool) - ("pkg-config" ,pkg-config) - ("xmllint" ,libxml2))) - (synopsis "Help to get new users started with the GNOME desktop") - (description - "The GNOME Getting Started Documentation contains GNOME's intuitive -\"Getting Started\" tour, with video guides, that can be viewed with Yelp. - -It is normally used together with @command{gnome-initial-setup}, but is also -useful as a tutorial and users' guide for new or less experienced users.") - (home-page "https://live.gnome.org/DocumentationProject") - (license license:cc-by-sa3.0))) - (define-public dia ;; This version from GNOME's repository includes fixes for compiling with ;; recent versions of the build tools. The latest activity on the |