1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 01:30:29 +02:00

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

View File

@@ -370,15 +370,15 @@ file system, and many more features.")
`("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