unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33327] [PATCH 1/2] gnu: gtk-doc: Use local docbook-xsl.
@ 2018-11-09 18:20 Pierre Neidhardt
  2018-11-09 18:24 ` [bug#33327] [PATCH 2/2] gnu: webkitgtk: Include documentation Pierre Neidhardt
  2018-11-10 22:27 ` [bug#33327] [PATCH 1/2] gnu: gtk-doc: Use local docbook-xsl Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2018-11-09 18:20 UTC (permalink / raw)
  To: 33327

* gnu/packages/gtk.scm (gtk-doc): Use local docbook-xsl.
---
 gnu/packages/gtk.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 640bd75da..0d62b8083 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1411,7 +1412,12 @@ information.")
                (string-append (assoc-ref inputs "docbook-xsl")
                               "/xml/xsl/docbook-xsl-"
                               ,(package-version docbook-xsl)
-                              "/html/chunk.xsl")))
+                              "/html/chunk.xsl"))
+              (("http://docbook.sourceforge.net/release/xsl/current/common/en.xml")
+               (string-append (assoc-ref inputs "docbook-xsl")
+                              "/xml/xsl/docbook-xsl-"
+                              ,(package-version docbook-xsl)
+                              "/common/en.xml")))
              #t))
          (add-after 'patch-gtk-doc-scan 'patch-test-out
            (lambda _
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-11 15:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-09 18:20 [bug#33327] [PATCH 1/2] gnu: gtk-doc: Use local docbook-xsl Pierre Neidhardt
2018-11-09 18:24 ` [bug#33327] [PATCH 2/2] gnu: webkitgtk: Include documentation Pierre Neidhardt
2018-11-10 22:27   ` Ludovic Courtès
2018-11-11 10:54     ` Pierre Neidhardt
2018-11-11 11:35       ` Ludovic Courtès
2018-11-11 15:06         ` Pierre Neidhardt
2018-11-10 22:27 ` [bug#33327] [PATCH 1/2] gnu: gtk-doc: Use local docbook-xsl Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).