[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: polari: Use new style.
From: |
guix-commits |
Subject: |
04/04: gnu: polari: Use new style. |
Date: |
Thu, 16 Dec 2021 22:44:51 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit b2ae164b211f4da6a3cc5dcb97eeeff3c6c7ebed
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Dec 17 04:42:14 2021 +0100
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(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 84c8c74..a8d48ae 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")