[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: tracker: Use new style inputs.
From: |
guix-commits |
Subject: |
07/17: gnu: tracker: Use new style inputs. |
Date: |
Tue, 12 Jul 2022 23:26:35 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 5f521555498fa01a8c157aaf6a6512cc8533de54
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 12 22:54:29 2022 -0400
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(-)
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
- branch master updated (6cd6753218 -> c8f32406e8), guix-commits, 2022/07/12
- 01/17: gnu: sushi: Update to 42.0., guix-commits, 2022/07/12
- 04/17: gnu: libadwaita: Propagate gtk., guix-commits, 2022/07/12
- 02/17: gnu: sushi: Use new style inputs., guix-commits, 2022/07/12
- 09/17: gnu: tracker-miners: Use new style inputs., guix-commits, 2022/07/12
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., guix-commits, 2022/07/12
- 11/17: gnu: inkscape: Reintroduce variable, updated to 1.2., guix-commits, 2022/07/12
- 13/17: gnu: inkscape: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 05/17: gnu: tracker: Update to 3.3.1., guix-commits, 2022/07/12
- 06/17: gnu: tracker: Propagate libraries 'required' by pkg-config., guix-commits, 2022/07/12
- 07/17: gnu: tracker: Use new style inputs.,
guix-commits <=
- 12/17: gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE., guix-commits, 2022/07/12
- 16/17: gnu: deja-dup: Update to 43.4., guix-commits, 2022/07/12
- 17/17: gnu: deja-dup: Use new style inputs., guix-commits, 2022/07/12
- 03/17: gnu: sushi: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 08/17: gnu: tracker-miners: Update to 3.3.1., guix-commits, 2022/07/12
- 14/17: gnu: gtk: Update to 4.6.6., guix-commits, 2022/07/12
- 15/17: gnu: gtk: Use new style inputs., guix-commits, 2022/07/12