me
/
guix
Archived
1
0
Fork 0

gnu: polari: Use new style.

* gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
master
Liliana Marie Prikler 2021-12-17 04:42:14 +01:00
parent 572cf0818c
commit b2ae164b21
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 5 additions and 5 deletions

View File

@ -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")