From b2ae164b211f4da6a3cc5dcb97eeeff3c6c7ebed Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 17 Dec 2021 04:42:14 +0100 Subject: gnu: polari: Use new style. * gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels. --- gnu/packages/gnome.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 84c8c74013..a8d48ae632 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11589,11 +11589,11 @@ environment.") telepathy-glib telepathy-logger)) (native-inputs - `(("glib:bin" ,glib "bin") - ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool) - ("pkg-config" ,pkg-config) - ("yelp-tools" ,yelp-tools))) + (list `(,glib "bin") + gobject-introspection + intltool + pkg-config + yelp-tools)) (propagated-inputs (list telepathy-idle telepathy-mission-control)) (synopsis "Simple IRC Client") -- cgit 1.4.1