~ruther/guix-local

6915da225fc7fb6b7a2920a40f542f4d91591a5d — Ludovic Courtès 8 years ago d0e9ded
gnu: gnome-keyring: Fix build with Automake 1.15.1.

* gnu/packages/gnome.scm (gnome-keyring)[arguments] <fix-docbook>:
Invoke autoconf/aclocal/automake.
1 files changed, 9 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +9 -1
@@ 686,7 686,15 @@ GNOME Desktop.")
                              "/manpages/docbook.xsl")))
            (setenv "XML_CATALOG_FILES"
                    (string-append (assoc-ref inputs "docbook-xml")
                                   "/xml/dtd/docbook/catalog.xml")))))))
                                   "/xml/dtd/docbook/catalog.xml"))

            ;; Rerun the whole thing to avoid version mismatch ("This is
            ;; Automake 1.15.1, but the definition used by this
            ;; AM_INIT_AUTOMAKE comes from Automake 1.15.").  Note: we don't
            ;; use 'autoreconf' because it insists on running 'libtoolize'.
            (invoke "autoconf")
            (invoke "aclocal")
            (invoke "automake" "-ac"))))))
    (inputs
     `(("libgcrypt" ,libgcrypt)
       ("linux-pam" ,linux-pam)