gnu: liferea: Use the simplified input style.
* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
This commit is contained in:
parent
eddcb9507a
commit
e642378df3
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue