mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: zeitgeist: Remove input labels.
* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label. [native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
363b20b685
commit
5f222e7b7a
1 changed files with 19 additions and 20 deletions
|
@ -766,8 +766,7 @@ (define-public zeitgeist
|
|||
(with-directory-excursion "doc/libzeitgeist"
|
||||
(substitute* "zeitgeist-gtkdoc-index.sgml"
|
||||
(("http://www.oasis-open.org/docbook/xml/4.3/")
|
||||
(string-append (assoc-ref inputs "docbook-xml")
|
||||
"/xml/dtd/docbook/"))))))
|
||||
(search-input-directory inputs "/xml/dtd/docbook/"))))))
|
||||
(add-after 'patch-docbook-xml 'disable-failing-tests
|
||||
(lambda _
|
||||
(substitute* "test/direct/Makefile.am"
|
||||
|
@ -781,25 +780,25 @@ (define-public zeitgeist
|
|||
;; To honor `autoreconf -vif` by build-system.
|
||||
(delete-file "autogen.sh"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("docbook-xml" ,docbook-xml-4.3)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)
|
||||
("xorg-server-for-tests" ,xorg-server-for-tests)))
|
||||
(list autoconf
|
||||
automake
|
||||
docbook-xml-4.3
|
||||
gettext-minimal
|
||||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
libtool
|
||||
pkg-config
|
||||
vala
|
||||
xorg-server-for-tests))
|
||||
(inputs
|
||||
`(("dee-icu" ,dee)
|
||||
("gtk+" ,gtk+)
|
||||
("json-glib" ,json-glib)
|
||||
("sqlite" ,sqlite)
|
||||
("telepathy-glib" ,telepathy-glib)
|
||||
("python" ,python-wrapper)
|
||||
("python-rdflib" ,python-rdflib)
|
||||
("xapian-config" ,xapian)))
|
||||
(list dee
|
||||
gtk+
|
||||
json-glib
|
||||
sqlite
|
||||
telepathy-glib
|
||||
python-wrapper
|
||||
python-rdflib
|
||||
xapian))
|
||||
(propagated-inputs
|
||||
(list glib))
|
||||
(synopsis "Desktop Activity Logging")
|
||||
|
|
Loading…
Reference in a new issue