gnu: gnome-keyring: Add missing input.
* gnu/packages/gnome.scm (gnome-keyring)[native-inputs]: Add glib. [arguments]: Move "fix-docbook" phase after "unpack" phase.
This commit is contained in:
parent
b74ef0bae7
commit
5120f24f0e
|
@ -705,8 +705,7 @@ GNOME Desktop.")
|
||||||
(substitute* "po/Makefile.in.in"
|
(substitute* "po/Makefile.in.in"
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
#t))
|
#t))
|
||||||
(add-before
|
(add-after 'unpack 'fix-docbook
|
||||||
'configure 'fix-docbook
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "docs/Makefile.am"
|
(substitute* "docs/Makefile.am"
|
||||||
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
|
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
|
||||||
|
@ -733,6 +732,7 @@ GNOME Desktop.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
|
("glib" ,glib) ; for m4 macros
|
||||||
("python" ,python-2) ;for tests
|
("python" ,python-2) ;for tests
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue