gnu: liferea: Use the simplified input style.

* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
This commit is contained in:
Ludovic Courtès 2021-12-15 18:14:21 +01:00
parent eddcb9507a
commit e642378df3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -370,15 +370,15 @@ (define-public liferea
`("GUIX_PYTHONPATH" ":" prefix (,python-path))))
#t)))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("libtool" ,libtool)
("pkg-config" ,pkg-config)
("which" ,which)))
(list autoconf
automake
gettext-minimal
`(,glib "bin")
gobject-introspection
intltool
libtool
pkg-config
which))
(inputs
(list glib
glib-networking