diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-17 04:42:14 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-17 04:43:09 +0100 |
commit | b2ae164b211f4da6a3cc5dcb97eeeff3c6c7ebed (patch) | |
tree | d9672d308926da11dab3c6a7db983490f0fcdfd5 /gnu/packages | |
parent | 572cf0818cb60466bd4250c56e3896405995f5ff (diff) |
gnu: polari: Use new style.
* gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 5 insertions, 5 deletions
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") |