guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: liferea: Use the simplified input style.


From: guix-commits
Subject: 03/03: gnu: liferea: Use the simplified input style.
Date: Wed, 15 Dec 2021 12:15:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e642378df3b0d218e463397883e7bf331f528c6a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 15 18:14:21 2021 +0100

    gnu: liferea: Use the simplified input style.
    
    * gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
---
 gnu/packages/syndication.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 88436dd..04380b1 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]