From 5f521555498fa01a8c157aaf6a6512cc8533de54 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 12 Jul 2022 22:54:29 -0400 Subject: gnu: tracker: Use new style inputs. * gnu/packages/gnome.scm (tracker) [native-inputs]: Use new style inputs. [inputs]: Likewise. --- gnu/packages/gnome.scm | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dc8ef351fd..b3d6ba9a8e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8838,24 +8838,24 @@ easy, safe, and automatic.") (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 -- cgit v1.2.3