[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/133: gnu: gnome-keyring: Add missing input.
From: |
guix-commits |
Subject: |
111/133: gnu: gnome-keyring: Add missing input. |
Date: |
Sun, 6 Jan 2019 16:59:48 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit cfacd771f085f88ca794dc7274a083ab3be2ec58
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 5 17:30:02 2018 +0100
gnu: gnome-keyring: Add missing input.
* gnu/packages/gnome.scm (gnome-keyring)[native-inputs]: Add glib.
[arguments]: Move "fix-docbook" phase after "unpack" phase.
---
gnu/packages/gnome.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 302412a..edfd2be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -697,25 +697,24 @@ GNOME Desktop.")
(substitute* "po/Makefile.in.in"
(("/bin/sh") (which "sh")))
#t))
- (add-before
- 'configure 'fix-docbook
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "docs/Makefile.am"
-
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
- (string-append (assoc-ref inputs "docbook-xsl")
- "/xml/xsl/docbook-xsl-"
- ,(package-version docbook-xsl)
- "/manpages/docbook.xsl")))
- (setenv "XML_CATALOG_FILES"
- (string-append (assoc-ref inputs "docbook-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"))))))
+ (add-after 'unpack 'fix-docbook
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "docs/Makefile.am"
+
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
+ (string-append (assoc-ref inputs "docbook-xsl")
+ "/xml/xsl/docbook-xsl-"
+ ,(package-version docbook-xsl)
+ "/manpages/docbook.xsl")))
+ (setenv "XML_CATALOG_FILES"
+ (string-append (assoc-ref inputs "docbook-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)
@@ -725,6 +724,7 @@ GNOME Desktop.")
(native-inputs
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin")
+ ("glib" ,glib) ; for m4 macros
("python" ,python-2) ;for tests
("intltool" ,intltool)
("autoconf" ,autoconf)
- 102/133: gnu: gtkmm: Update to 3.24.0., (continued)
- 102/133: gnu: gtkmm: Update to 3.24.0., guix-commits, 2019/01/06
- 108/133: gnu: gnome-calculator: Update to 3.30.1., guix-commits, 2019/01/06
- 77/133: gnu: gmime: Update to 3.2.3., guix-commits, 2019/01/06
- 78/133: gnu: Add mozjs-60., guix-commits, 2019/01/06
- 103/133: gnu: atkmm: Update to 2.28.0., guix-commits, 2019/01/06
- 101/133: gnu: libimobiledevice: Propagate libplist., guix-commits, 2019/01/06
- 105/133: gnu: at-spi2-atk: Update to 2.30.0., guix-commits, 2019/01/06
- 107/133: gnu: gnome-system-monitor: Update to 3.30.0., guix-commits, 2019/01/06
- 109/133: gnu: network-manager-applet: Update to 1.8.18., guix-commits, 2019/01/06
- 117/133: gnu: Add libnfs., guix-commits, 2019/01/06
- 111/133: gnu: gnome-keyring: Add missing input.,
guix-commits <=
- 113/133: gnu: network-manager: Update to 1.14.4., guix-commits, 2019/01/06
- 126/133: gnu: yelp-xsl: Update to 3.30.1., guix-commits, 2019/01/06
- 125/133: gnu: gexiv2: Update to 0.10.9., guix-commits, 2019/01/06
- 124/133: gnu: yelp: Update to 3.30.0., guix-commits, 2019/01/06
- 123/133: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/01/06
- 122/133: gnu: eog: Update to 3.28.4., guix-commits, 2019/01/06
- 114/133: gnu: network-manager-applet: Use meson build system., guix-commits, 2019/01/06
- 120/133: gnu: gnome-tweak-tool: Update to 3.30.1., guix-commits, 2019/01/06
- 129/133: gnu: eog-plugins: Update to 3.26.3., guix-commits, 2019/01/06
- 54/133: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/01/06