diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-13 13:38:26 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:09 -0400 |
commit | 5fe7b6efbb93cadc22d39b26aa526870a682362c (patch) | |
tree | dd8f0d1360c09c1b97d610cc7b08a9b1f398b383 | |
parent | d5c2d48f9e824e6d459575bdfd9ef6a5bf9d3780 (diff) | |
download | guix-5fe7b6efbb93cadc22d39b26aa526870a682362c.tar.gz |
gnu: Remove gnome-doc-utils.
* gnu/packages/gnome.scm (gnome-doc-utils): Delete variable.
-rw-r--r-- | gnu/packages/gnome.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 78a52a64d5..df95553d1e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2226,37 +2226,6 @@ The gnome-about program helps find which version of GNOME is installed.") ; 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") |