gnu: tracker: Use new style inputs.
* gnu/packages/gnome.scm (tracker) [native-inputs]: Use new style inputs. [inputs]: Likewise.master
parent
d6556ba1bf
commit
5f52155549
|
@ -8838,24 +8838,24 @@ easy, safe, and automatic.")
|
||||||
(invoke "dbus-run-session" "--" "meson" "test"
|
(invoke "dbus-run-session" "--" "meson" "test"
|
||||||
"--print-errorlogs")))))))
|
"--print-errorlogs")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
(list `(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("docbook-xsl" ,docbook-xsl)
|
docbook-xsl
|
||||||
("docbook-xml-4.5" ,docbook-xml)
|
docbook-xml
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("asciidoc" ,asciidoc)
|
asciidoc
|
||||||
("xsltproc" ,libxslt)
|
libxslt
|
||||||
("cmake-minimal" ,cmake-minimal)
|
cmake-minimal
|
||||||
("python-pygobject" ,python-pygobject)
|
python-pygobject
|
||||||
("gtk-doc" ,gtk-doc/stable)
|
gtk-doc/stable
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python)
|
python
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dbus" ,dbus)
|
(list dbus
|
||||||
("libsoup" ,libsoup)))
|
libsoup))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are in Requires or Requires.private of tracker-sparql-3.0.pc.
|
;; These are in Requires or Requires.private of tracker-sparql-3.0.pc.
|
||||||
(list glib
|
(list glib
|
||||||
|
|
Reference in New Issue