Archived
1
0
Fork 0

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 @@ file system, and many more features.")
`("GUIX_PYTHONPATH" ":" prefix (,python-path)))) `("GUIX_PYTHONPATH" ":" prefix (,python-path))))
#t))))) #t)))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("intltool" ,intltool) intltool
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config) pkg-config
("which" ,which))) which))
(inputs (inputs
(list glib (list glib
glib-networking glib-networking