me
/
guix
Archived
1
0
Fork 0
Commit Graph

1384 Commits (7a184a00aed417bb86237b76de2710b796352374)

Author SHA1 Message Date
Jack Hill 0e953f3332
gnu: nginx-rtmp-module: Use gexps in phases.
* gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and
remove trailing #t.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-05-27 13:57:25 +01:00
Jack Hill 9bb71eaac0
gnu: nginx-rtmp-module: Use #:configure-flags from nginx.
* 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>
2022-05-27 13:57:25 +01:00
Tobias Geerinckx-Rice 8ff87f24a7
gnu: jo: Update to 1.6.
* gnu/packages/web.scm (jo): Update to 1.6.
2022-05-22 02:00:08 +02:00
Pradana AUMARS b0471fb0aa
gnu: Add archivebox.
* gnu/packages/web.scm (archivebox): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-23 16:24:48 +02:00
Christopher Baines a8848c9df7
gnu: guix-data-service: Update to 0.0.1-31.198b6ef.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
2022-05-17 12:30:52 +01:00
Arun Isaac 8980f6c532
gnu: quark: Use G-expressions.
* gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions.
2022-05-12 13:29:57 +05:30
Tobias Geerinckx-Rice cd00881d72
gnu: lighttpd: Update style.
* gnu/packages/web.scm (lighttpd)[arguments]:
Rewrite as G-expressions.  Don't explicitly return #t from phases.
[inputs]: Remove input labels.
2022-05-08 02:00:00 +02:00
Tobias Geerinckx-Rice fd7130e4b5
gnu: lighttpd: Update to 1.4.64.
* 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.
2022-05-08 02:00:01 +02:00
Tobias Geerinckx-Rice faf715b1dc
gnu: lighttpd: Fix bash reference.
* gnu/packages/web.scm (lighttpd)[arguments]:
Substitute SEARCH-INPUT-FILE for WHICH.
[inputs]: Add bash-minimal.

f fix lighttpd xcc
2022-05-08 02:00:01 +02:00
Christopher Baines fa1b772fb3
gnu: nginx-lua-module: Fix builder.
Probably broken by the changes to the nginx package in
4079cd9ba3.

* 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.
2022-04-25 18:34:19 +01:00
Christopher Baines a14c635266
gnu: nginx-rtmp-module: Fix builder.
Probably broken by changes to the nginx package in
4079cd9ba3 .

* 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.
2022-04-25 18:33:00 +01:00
Leo Famulari 8d82d817bc
gnu: nginx: Update to 1.21.6.
* gnu/packages/web.scm (nginx): Update to 1.21.6.
(nginx-documentation): Update to 1.21.6-2829-1ecf0e0526da.
2022-04-13 10:30:21 -04:00
Efraim Flashner 72abf9b9b8
gnu: jq: Only build with valgrind on supported systems.
* gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on
systems which it supports.
2022-04-10 20:49:34 +03:00
Marius Bakke 1d4f2cdc82
gnu: nginx: Build optimized binaries.
* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
2022-04-07 23:12:44 +02:00
Marius Bakke c9ce02ecff
gnu: nginx: Respect #:configure-flags.
* gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags.  Move
default settings out of the 'configure' phase.
2022-04-07 23:12:44 +02:00
Marius Bakke 4079cd9ba3
gnu: nginx: Use G-expressions.
* gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style.  Remove
trailing #t's.
2022-04-07 23:12:44 +02:00
cage 58874999c9
gnu: gmid: Update to 1.8.3.
* gnu/packages/web.scm (gmid): Update to 1.8.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-03-31 18:19:19 +03:00
Ricardo Wurmus 1c2da66035
gnu: anonip: Update to 1.1.0.
* gnu/packages/web.scm (anonip): Update to 1.1.0.
[source]: Fetch from git.
[arguments]: Run tests with pytest.
[native-inputs]: Add python-pytest and python-pytest-cov.
2022-03-30 15:33:22 +02:00
cage 4b8500e7cb
gnu: gmid: Update to 1.8.2.
* gnu/packages/web.scm (gmid): Update to 1.8.2.
[native-inputs]: Remove which.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-03-29 12:53:26 -04:00
Christopher Baines f6fa20f923
gnu: guix-data-service: Update to 0.0.1-30.27c34a9.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-30.27c34a9.
[inputs]: Add bash-minimal, move some inputs to ...
[propagated-inputs]: ... here.
2022-03-12 12:00:54 +00:00
Jelle Licht 98f58f7ae5
gnu: Add siege.
* gnu/packages/web.scm (siege): New variable.
2022-03-07 13:47:46 +01:00
cage 7eb68770ef
gnu: Add gmid.
* gnu/packages/networking.scm (gmid): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-26 23:47:53 -05:00
Christopher Baines 59dbc7b28c
gnu: guix-data-service: Update to 0.0.1-29.4a1088c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c.
[inputs]: Switch to guile-fibers-1.1.
2022-02-09 17:34:16 +00:00
Michael Rohleder 51199431e7
gnu: kiwix-lib: Fix build.
* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 09:41:30 +01:00
Michael Rohleder e3027578cb
gnu: libzim: Fix build.
* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-27 10:42:35 +02:00
Efraim Flashner e60b10fd99
gnu: uriparser: Update to 0.9.6.
* gnu/packages/web.scm (uriparser): Update to 0.9.6.
2022-01-27 09:44:50 +02:00
Marius Bakke 993bc8f06c
gnu: varnish: Remove input labels.
* gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key.
[native-inputs]: Remove labels.
2022-01-11 18:36:40 +01:00
Vinicius Monego 4e7fad9914
gnu: python-feedparser: Enable tests.
* gnu/packages/web.scm (python-feedparser)[source]: Make some cosmetic
changes.
[arguments]: Remove #:tests?. Override 'check phase.
[home-page]: Don't break line.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:30 +01:00
Tobias Geerinckx-Rice 895be05f74
gnu: stunnel: Remove input labels.
* gnu/packages/web.scm (stunnel)[native-inputs, inputs]:
Remove input labels.
2022-01-10 00:32:36 +01:00
Tobias Geerinckx-Rice 53846e252b
gnu: stunnel: Use G-expressions.
* gnu/packages/web.scm (stunnel)[arguments]:
Rewrite as G-expressions.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice 4a98f416d6
gnu: stunnel: Update to 5.61.
* gnu/packages/web.scm (stunnel): Update to 5.61.
[native-inputs]: Add python.
[arguments]: Remove obsolete 'patch-tests phase.
2022-01-10 00:32:35 +01:00
Christopher Baines c1529ebceb
gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76.
[native-inputs]: Adapt style.
2022-01-09 10:59:20 +00:00
Tobias Geerinckx-Rice fae9484278
gnu: nginx-documentation: Update to 1.21.5-2816-ae1d713a06e2.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.5-2816-ae1d713a06e2.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 9ff93455ab
gnu: nginx: Update to 1.21.5.
* gnu/packages/web.scm (nginx): Update to 1.21.5.
2021-12-29 01:43:25 +01:00
Ricardo Wurmus f1552ab3a4
gnu: Add clearsilver.
* gnu/packages/web.scm (clearsilver): New variable.
2021-12-28 19:05:32 +01:00
Leo Famulari a34a13c9b4
gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].
* gnu/packages/web.scm (httpd): Update to 2.4.52.
2021-12-20 13:02:03 -05:00
Liliana Marie Prikler 9b38d9b3b3
gnu: buku: Fix build.
* gnu/packages/web.scm (buku)[origin]: Drop file-name.
[arguments]: Drop sanity-check.
[inputs]: Add python-flask.
2021-12-19 22:17:20 +01:00
Nicolas Goaziou ee3f56915e
gnu: wslay: Fix build.
* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx
error.

Fixes <https://issues.guix.gnu.org/52661>.
2021-12-19 21:11:17 +01:00
Ludovic Courtès e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès 1052ae5f03
Merge branch 'master' into core-updates-frozen 2021-12-13 11:49:15 +01:00
Nikolay Korotkiy bf189fd2b5
gnu: gmnisrv: Update to 1.0.
* gnu/packages/web.scm (gmnisrv): Update to 1.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-11 15:33:42 +01:00
Mathieu Othacehe 32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates 2021-12-10 21:49:25 +01:00
Marius Bakke cb8d62bd42
gnu: hitch: Update to 1.7.2.
* gnu/packages/web.scm (hitch): Update to 1.7.2.
2021-12-08 08:46:28 +01:00
Denis 'GNUtoo' Carikli 9e67f2ad41
gnu: Add kiwix-tools.
* gnu/packages/web.scm (kiwix-tools): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-07 17:28:44 -05:00
Ricardo Wurmus 9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
Tobias Geerinckx-Rice 58e7d1282a
gnu: varnish: Update to 7.0.1.
* gnu/packages/web.scm (varnish): Update to 7.0.1.
2021-11-27 16:35:53 +01:00
Ludovic Courtès b15e543d30
Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
Maxim Cournoyer 07f078dbcf
gnu: http-parser: Update to 1.1.4.
* gnu/packages/web.scm (http-parser): Update to 1.1.4.
[phases]: Delete trailing #t.
2021-11-22 12:20:46 -05:00
Jan (janneke) Nieuwenhuizen ddbc3a6f4c
gnu: nghttp2: Resurrect cross-building.
* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings"
when cross-building.
2021-11-21 21:26:41 +01:00