Age | Commit message (Collapse) | Author |
|
* gnu/packages/web.scm (kiwix-tools): Update to 3.3.0.
|
|
* gnu/packages/web.scm (kiwix-desktop): Update to 2.2.2.
[arguments]: Delete enable-print-support and substitute-source phases. Use
search-input-file. Do not return #t from phases.
[native-inputs]: Remove labels.
|
|
* gnu/packages/web.scm (kiwix-lib): Update to 11.0.0.
[arguments]: Do not explicitly pass mustache path to CPPFLAGS. Do not return
#t from phases. Use search-input-file.
[native-inputs]: Remove labels. Use cpp-mustache package instead of its
source.
|
|
* gnu/packages/web.scm (libzim): Update to 8.0.0.
[inputs]: Remove labels. Sort.
|
|
* gnu/packages/web.scm (perl-net-http): Update to 6.22.
|
|
* gnu/packages/web.scm (perl-libwww): Update to 6.67.
|
|
* gnu/packages/web.scm (perl-http-cookies): Update to 6.10.
|
|
* gnu/packages/web.scm (perl-file-listing): Update to 6.15.
|
|
Automated with:
git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
git checkout NEWS
|
|
Automated via:
git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
git checkout NEWS
|
|
Automated via the following commands:
git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
git checkout NEWS
|
|
|
|
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
|
|
* gnu/packages/web.scm (nginx): Update to 1.23.1.
|
|
* gnu/packages/web.scm (perl-catalystx-script-server-starman)[native-inputs]:
Add PERL-POD-PARSER.
|
|
|
|
* gnu/packages/web.scm (nginx): Update to 1.23.0.
(nginx-documentation): Update to 1.23.0-2862-cf7551842617.
|
|
* gnu/packages/web.scm (nghttp2-for-node): New variable.
* gnu/packages/node.scm (node, node-lts)[native-inputs, inputs]: Change from
NGHTTP2 to NGHTTP2-FOR-NODE.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-33.ee73d2c.
|
|
* gnu/packages/web.scm (gmid): Update to 1.8.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/web.scm (guix-data-service): Update to 32.39487cd.
|
|
* gnu/packages/web.scm (nghttp2)[arguments]: Convert to gexp.
|
|
* gnu/packages/web.scm (nghttp2)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
|
|
* gnu/packages/web.scm (nghttp2): Update to 1.48.0.
|
|
* gnu/packages/web.scm (jansson): Update to 2.14.
[source](uri): Change to new download location.
[arguments]: Add #:phases to fix a test failure.
[home-page]: Follow redirect.
|
|
* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
|
|
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.42.
|
|
|
|
* gnu/packages/web.scm (python2-clf): Delete variable.
|
|
* gnu/packages/web.scm (python2-feedparser): Delete variable.
|
|
* gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
|
|
* gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and
remove trailing #t.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Simplify copying
of arguments from nginx and augment #:configure-flags from nginx
rather than overwriting.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
|
|
* gnu/packages/web.scm (jo): Update to 1.6.
|
|
* gnu/packages/web.scm (archivebox): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
|
|
* gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions.
|
|
* gnu/packages/web.scm (lighttpd)[arguments]:
Rewrite as G-expressions. Don't explicitly return #t from phases.
[inputs]: Remove input labels.
|
|
* gnu/packages/web.scm (lighttpd): Update to 1.4.64.
[arguments]: Add a new 'skip-failing-tests phase.
[inputs]: Substitute pcre2 for pcre & pcre:bin.
|
|
* gnu/packages/web.scm (lighttpd)[arguments]:
Substitute SEARCH-INPUT-FILE for WHICH.
[inputs]: Add bash-minimal.
f fix lighttpd xcc
|
|
|
|
Probably broken by the changes to the nginx package in
4079cd9ba33b0d2cd23897899dfc66836797e4d2.
* gnu/packages/web.scm (nginx-lua-module)[arguments]: Make the modify-phases
part a gexp, and move #:configure-flags to the end of the list.
|
|
Probably broken by changes to the nginx package in
4079cd9ba33b0d2cd23897899dfc66836797e4d2 .
* gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Make the modify-phases
part a gexp, and move #:configure-flags to the end of the list.
|
|
* gnu/packages/web.scm (nginx): Update to 1.21.6.
(nginx-documentation): Update to 1.21.6-2829-1ecf0e0526da.
|
|
* gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on
systems which it supports.
|
|
* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
|