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
|
@ -1227,11 +1227,11 @@ gone wild and are suddenly taking up your bandwidth.")
|
|||
(assoc-ref %build-inputs "ncurses") "/lib")
|
||||
(string-append "--with-tlslib=GnuTLS"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("gnutls", gnutls)
|
||||
("libxml2", libxml2)
|
||||
("ncurses", ncurses)
|
||||
("zlib", zlib)))
|
||||
(native-inputs `(("pkg-config", pkg-config)))
|
||||
(inputs `(("gnutls" ,gnutls)
|
||||
("libxml2" ,libxml2)
|
||||
("ncurses" ,ncurses)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://github.com/nzbget/nzbget")
|
||||
(synopsis "Usenet binary file downloader")
|
||||
(description
|
||||
|
@ -1457,11 +1457,11 @@ does not use SSH and requires a pre-shared symmetric key.")
|
|||
(patches
|
||||
(search-patches "quagga-reproducible-build.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config",pkg-config)
|
||||
("perl",perl)
|
||||
("dejagnu",dejagnu)))
|
||||
(inputs `(("readline",readline)
|
||||
("c-ares",c-ares)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)
|
||||
("dejagnu" ,dejagnu)))
|
||||
(inputs `(("readline" ,readline)
|
||||
("c-ares" ,c-ares)))
|
||||
(synopsis "Routing Software Suite")
|
||||
(description "Quagga is a routing software suite, providing implementations
|
||||
of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue