~ruther/guix-local

e642378df3b0d218e463397883e7bf331f528c6a — Ludovic Courtès 4 years ago eddcb95
gnu: liferea: Use the simplified input style.

* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
1 files changed, 9 insertions(+), 9 deletions(-)

M gnu/packages/syndication.scm
M gnu/packages/syndication.scm => gnu/packages/syndication.scm +9 -9
@@ 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