summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: guix-data-service: Update to 0.0.1-23.e3878fe.•••This fixes the system test, which broke when the squee update broke the metrics endpoint. * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-23.e3878fe. Christopher Baines2021-01-031-3/+3
* gnu: guix-data-service: Update to 0.0.1-22.bd83906.•••This fixes some breakages with the "" -> #f change with NULL values in squee, at least enough to get the package building again. * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-22.bd83906. Christopher Baines2021-01-021-3/+3
* gnu: lighttpd: Update to 1.4.58.•••* gnu/packages/web.scm (lighttpd): Update to 1.4.58. Tobias Geerinckx-Rice2021-01-021-3/+3
* gnu: esbuild: Update to 0.8.27.•••* gnu/packages/web.scm (esbuild): Update to 0.8.27. Signed-off-by: Leo Famulari <leo@famulari.name> Ryan Prior via Guix-patches via2020-12-301-2/+2
* gnu: kiwix-desktop: Fix program start.•••Fixes <https://bugs.gnu.org/45404>. * gnu/packages/web.scm (kiwix-desktop)[arguments]: Add phase to wrap QTWEBENGINEPROCESS_PATH. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Michael Rohleder2020-12-291-1/+11
* gnu: monolith: Update to 2.4.0.•••* gnu/packages/web.scm (monolith): Update to 2.4.0. [arguments]: Add rust-regex Cargo input. Move rust-reqwest from development to regular Cargo inputs. Nicolas Goaziou2020-12-291-3/+4
* gnu: kiwix-desktop: Add missing input.•••* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd. Efraim Flashner2020-12-261-0/+1
* gnu: kiwix-lib: Update to 9.4.1.•••* gnu/packages/web.scm (kiwix-lib): Update to 9.4.1. Efraim Flashner2020-12-261-2/+2
* gnu: kiwix-desktop: Fix typo.•••* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which prevented the 'enable-print-support phase from occurring. Efraim Flashner2020-12-261-1/+1
* gnu: libzim: Update to 6.3.0.•••* gnu/packages/web.scm (libzim): Update to 6.3.0. [inputs]: Remove zlib. Efraim Flashner2020-12-261-3/+2
* gnu: Add uriparser.•••* gnu/packages/web.scm (uriparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> lsp2020-12-231-0/+27
* gnu: esbuild: Update to 0.8.26.•••* gnu/packages/web.scm (esbuild): Update to 0.8.26. Signed-off-by: Christopher Baines <mail@cbaines.net> Ryan Prior2020-12-231-2/+2
* gnu: python2-pytest-httpbin: Remove package.•••* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable. Maxim Cournoyer2020-12-201-3/+0
* gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.6-2636-a0824dab33ff. Tobias Geerinckx-Rice2020-12-201-4/+4
* gnu: nginx: Update to 1.19.6.•••* gnu/packages/web.scm (nginx): Update to 1.19.6. Tobias Geerinckx-Rice2020-12-201-2/+2
* gnu: lighttpd: Update to 1.4.57.•••* gnu/packages/web.scm (lighttpd): Update to 1.4.57. Tobias Geerinckx-Rice2020-12-201-2/+2
* gnu: esbuild: Update to 0.8.24.•••* gnu/packages/web.scm (esbuild): Update to 0.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-12-201-2/+2
* gnu: serf: Build with Python 3.•••* gnu/packages/patches/serf-python3.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/web.scm (serf)[source](patches): New field. [arguments]: Remove #:scons. Marius Bakke2020-12-191-2/+2
* gnu: python-internetarchive: Fix typo.•••* gnu/packages/web.scm (python-internetarchive): Fix typo. Jonathan Brielmaier2020-12-161-1/+1
* gnu: esbuild: Update to 0.8.23.•••* gnu/packages/web.scm (esbuild): Update to 0.8.23. Signed-off-by: Leo Famulari <leo@famulari.name> Ryan Prior2020-12-151-2/+2
* gnu: python-dnspython: Update to 2.0.0.•••* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.0.0. [source]: Download from pypi. [native-inputs]: Add unzip. [home-page]: Prefer https. (python-dnspython-1.16): (python2-dnspython-1.16): New variables. * gnu/packages/ebook.scm (calibre): * gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16. * gnu/packages/finance.scm (electrum): Use python-dnspython-1.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer2020-12-141-1/+1
* gnu: esbuild: Update to 0.8.21.•••* gnu/packages/web.scm (esbuild): Update to 0.8.21. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Prior2020-12-111-2/+2
* gnu: qoauth: Fix wrong URL in comment.•••* gnu/packages/web.scm (qoauth)[arguments]: Adjust comment. Marius Bakke2020-12-101-1/+1
* gnu: Add kiwix-desktop.•••* gnu/packages/web.scm (kiwix-desktop): New variable. Pierre Neidhardt2020-12-091-0/+56
* gnu: Add kiwix-lib.•••* gnu/packages/web.scm (kiwix-lib): New variable. Pierre Neidhardt2020-12-091-0/+54
* gnu: Add libzim.•••* gnu/packages/web.scm (libzim): New variable. Pierre Neidhardt2020-12-091-0/+41
* gnu: qoauth: Minor cosmetic improvements.•••* gnu/packages/web.scm (qoauth)[arguments]: Add #:tests?. Don't delete 'check' phase. Override 'configure' instead of adding new phase. Marius Bakke2020-12-081-6/+5
* gnu: qoauth: Fix build failure.•••Fixes <https://bugs.gnu.org/45031>. Reported by Distopico <distopico@riseup.net>. * gnu/packages/web.scm (qoauth)[arguments]: Add phase 'adjust-mkspecs-directory'. Marius Bakke2020-12-081-0/+8
* gnu: esbuild: Update to 0.8.19.•••* gnu/packages/web.scm (esbuild): Update to 0.8.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Prior2020-12-061-2/+2
* gnu: Add castor.•••* gnu/packages/web.scm (castor): New variable. Nicolas Goaziou2020-12-051-1/+44
* gnu: monolith: Make description more neutral.•••* gnu/packages/web.scm (monolith)[description]: Make description more neutral. Nicolas Goaziou2020-12-031-8/+5
* gnu: Add monolith.•••* gnu/packages/web.scm (monolith): New variable. Nicolas Goaziou2020-12-021-0/+50
* gnu: lighttpd: Update to 1.4.56.•••* gnu/packages/web.scm (lighttpd): Update to 1.4.56. Tobias Geerinckx-Rice2020-12-011-2/+2
* gnu: Add libyaml+static.•••* gnu/packages/web.scm (libyaml+static): New variable. Ricardo Wurmus2020-12-011-0/+7
* gnu: esbuild: Update to 0.8.16.•••* gnu/packages/web.scm (esbuild): Update to 0.8.16. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-291-2/+2
* gnu: nginx-documentation: Update to 1.19.5-2622-64bbb9163a14.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.5-2622-64bbb9163a14. Tobias Geerinckx-Rice2020-11-281-4/+4
* gnu: nginx: Update to 1.19.5.•••* gnu/packages/web.scm (nginx): Update to 1.19.5. Tobias Geerinckx-Rice2020-11-281-2/+2
* Merge branch 'master' into stagingMarius Bakke2020-11-261-2/+2
|\
| * gnu: esbuild: Update to 0.8.15.•••* gnu/packages/web.scm (esbuild): Update to 0.8.15. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-261-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-11-261-4/+3
|\|
| * gnu: esbuild: Update home-page.•••* gnu/packages/web.scm (esbuild): Update home-page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-251-1/+1
| * gnu: esbuild: Update to 0.8.14.•••* gnu/packages/web.scm (esbuild): Update to 0.8.14. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-251-2/+2
| * gnu: esbuild: Update to 0.8.13.•••* gnu/packages/web.scm (esbuild): Update to 0.8.13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Ryan Prior2020-11-241-3/+2
* | Merge branch 'master' into stagingMarius Bakke2020-11-221-2/+2
|\|
| * gnu: esbuild: Update to 0.8.11.•••* gnu/packages/web.scm (esbuild): Update to 0.8.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-191-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-11-191-2/+2
|\|
| * gnu: esbuild: Update to 0.8.7.•••* gnu/packages/web.scm (esbuild): Update to 0.8.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-161-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-11-151-19/+14
|\|
| * gnu: perl-lwp-protocol-https: Update to 6.09.•••* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.09. Tobias Geerinckx-Rice2020-11-151-3/+2
| * gnu: perl-www-curl: Fix build with curl@7.69.1.•••* gnu/packages/web.scm (perl-www-curl)[source]: Add perl-www-curl-fix-struct-void.patch. * gnu/packages/patches/perl-www-curl-remove-symbol.patch: Update. * gnu/packages/patches/perl-www-curl-fix-struct-void.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2020-11-151-2/+2