me
/
guix
Archived
1
0
Fork 0

gnu: wget2: Simplify inputs.

* gnu/packages/wget.scm (wget2): Simplify inputs.
Marius Bakke 2022-02-15 18:16:21 +01:00
parent 60d82a2153
commit bb6a7f6a8e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 8 additions and 8 deletions

View File

@ -156,14 +156,14 @@ online pastebin services.")
#t))) #t)))
#:configure-flags '("--enable-static=no"))) #:configure-flags '("--enable-static=no")))
(inputs (inputs
`(("bzip2" ,bzip2) (list bzip2
("gnutls" ,gnutls/dane) gnutls/dane
("gpgme" ,gpgme) gpgme
("libidn2" ,libidn2) libidn2
("libmicrohttpd" ,libmicrohttpd) libmicrohttpd
("libpsl" ,libpsl) libpsl
("pcre2" ,pcre2) pcre2
("zlib" ,zlib))) zlib))
;; TODO: Add libbrotlidec, libnghttp2. ;; TODO: Add libbrotlidec, libnghttp2.
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))