gnu: Remove gnome-doc-utils.

* gnu/packages/gnome.scm (gnome-doc-utils): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-13 13:38:26 -04:00
parent d5c2d48f9e
commit 5fe7b6efbb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2226,37 +2226,6 @@ (define-public gnome-desktop
; Some bits under the LGPL.
(license license:gpl2+)))
(define-public gnome-doc-utils
(package
(name "gnome-doc-utils")
(version "0.20.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
(build-system gnu-build-system)
(native-inputs
(list intltool
docbook-xml-4.4
python2-libxml2
libxml2
libxslt
pkg-config
python-2))
(home-page "https://wiki.gnome.org/GnomeDocUtils")
(synopsis
"Documentation utilities for the Gnome project")
(description
"Gnome-doc-utils is a collection of documentation utilities for the
Gnome project. It includes xml2po tool which makes it easier to translate
and keep up to date translations of documentation.")
(license license:gpl2+))) ; xslt under lgpl
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")