mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
647888845c
100 changed files with 1294 additions and 694 deletions
|
@ -152,21 +152,21 @@ online pastebin services.")
|
|||
(zero? (system* "sh" "./bootstrap"
|
||||
"--gnulib-srcdir=gnulib"
|
||||
"--no-git")))))))
|
||||
(inputs `(("autoconf", autoconf)
|
||||
("automake", automake)
|
||||
("doxygen", doxygen)
|
||||
("flex", flex)
|
||||
("gettext", gettext-minimal)
|
||||
("gnutls", gnutls/dane)
|
||||
("libiconv", libiconv)
|
||||
("libidn2", libidn2)
|
||||
("libmicrohttpd", libmicrohttpd)
|
||||
("libpsl", libpsl)
|
||||
("libtool", libtool)
|
||||
("pcre2", pcre2)
|
||||
("python", python)))
|
||||
(inputs `(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("doxygen" ,doxygen)
|
||||
("flex" ,flex)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gnutls" ,gnutls/dane)
|
||||
("libiconv" ,libiconv)
|
||||
("libidn2" ,libidn2)
|
||||
("libmicrohttpd" ,libmicrohttpd)
|
||||
("libpsl" ,libpsl)
|
||||
("libtool" ,libtool)
|
||||
("pcre2" ,pcre2)
|
||||
("python" ,python)))
|
||||
;; TODO: Add libbrotlidec, libnghttp2.
|
||||
(native-inputs `(("pkg-config", pkg-config)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://gitlab.com/gnuwget/wget2")
|
||||
(synopsis "Successor of GNU Wget")
|
||||
(description "GNU Wget2 is the successor of GNU Wget, a file and recursive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue