mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: tracker: Use new style inputs.
* gnu/packages/gnome.scm (tracker) [native-inputs]: Use new style inputs. [inputs]: Likewise.
This commit is contained in:
parent
d6556ba1bf
commit
5f52155549
1 changed files with 17 additions and 17 deletions
|
@ -8838,24 +8838,24 @@ (define-public tracker
|
|||
(invoke "dbus-run-session" "--" "meson" "test"
|
||||
"--print-errorlogs")))))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("docbook-xml-4.5" ,docbook-xml)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("asciidoc" ,asciidoc)
|
||||
("xsltproc" ,libxslt)
|
||||
("cmake-minimal" ,cmake-minimal)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("intltool" ,intltool)
|
||||
("dbus" ,dbus)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("vala" ,vala)))
|
||||
(list `(,glib "bin")
|
||||
gobject-introspection
|
||||
docbook-xsl
|
||||
docbook-xml
|
||||
gsettings-desktop-schemas
|
||||
asciidoc
|
||||
libxslt
|
||||
cmake-minimal
|
||||
python-pygobject
|
||||
gtk-doc/stable
|
||||
intltool
|
||||
dbus
|
||||
pkg-config
|
||||
python
|
||||
vala))
|
||||
(inputs
|
||||
`(("dbus" ,dbus)
|
||||
("libsoup" ,libsoup)))
|
||||
(list dbus
|
||||
libsoup))
|
||||
(propagated-inputs
|
||||
;; These are in Requires or Requires.private of tracker-sparql-3.0.pc.
|
||||
(list glib
|
||||
|
|
Loading…
Reference in a new issue