guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: wget2: Simplify inputs.


From: guix-commits
Subject: 04/06: gnu: wget2: Simplify inputs.
Date: Tue, 15 Feb 2022 14:45:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bb6a7f6a8e973741f1c9ca78042aa4af9cef47be
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Feb 15 18:16:21 2022 +0100

    gnu: wget2: Simplify inputs.
    
    * gnu/packages/wget.scm (wget2): Simplify inputs.
---
 gnu/packages/wget.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 462c4daeb9..9d23ecdaef 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -156,14 +156,14 @@ online pastebin services.")
             #t)))
       #:configure-flags '("--enable-static=no")))
    (inputs
-    `(("bzip2" ,bzip2)
-      ("gnutls" ,gnutls/dane)
-      ("gpgme" ,gpgme)
-      ("libidn2" ,libidn2)
-      ("libmicrohttpd" ,libmicrohttpd)
-      ("libpsl" ,libpsl)
-      ("pcre2" ,pcre2)
-      ("zlib" ,zlib)))
+    (list bzip2
+          gnutls/dane
+          gpgme
+          libidn2
+          libmicrohttpd
+          libpsl
+          pcre2
+          zlib))
    ;; TODO: Add libbrotlidec, libnghttp2.
    (native-inputs
     (list pkg-config))



reply via email to

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