mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: polari: Use new style.
* gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
This commit is contained in:
parent
572cf0818c
commit
b2ae164b21
1 changed files with 5 additions and 5 deletions
|
@ -11589,11 +11589,11 @@ (define-public polari
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue