diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-01-22 17:58:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-22 18:12:09 +0100 |
commit | e1dbac04c3b89670ef726a0dafd390e87c6c754f (patch) | |
tree | e850374941555c0399f4c241b76008d2a76eb757 /gnu/tests/web.scm | |
parent | 15eda456a72dc8a8c7a9ea4444475592dcaf1dc9 (diff) |
gnu: hpcguix-web: Update to 0.3.0.
* gnu/packages/web.scm (hpcguix-web): Update to 0.3.0.
[inputs]: Add GUILE-SYNTAX-HIGHLIGHT.
[arguments]: In 'wrap-program' phase, take guile-syntax-highlight into
account.
* gnu/tests/web.scm (%hpcguix-web-specs): Remove 'define'.
* doc/guix.texi (Web Services): Adjust accordingly.
Diffstat (limited to 'gnu/tests/web.scm')
-rw-r--r-- | gnu/tests/web.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index 7a585e618d..16dc6bea49 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017, 2020-2021 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2017, 2020-2021, 2023 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2017, 2019 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr> @@ -419,9 +419,8 @@ HTTP-PORT, along with php-fpm." (define %hpcguix-web-specs ;; Server config gexp. - #~(define site-config - (hpcweb-configuration - (title-prefix "[TEST] HPCGUIX-WEB")))) + #~(hpcweb-configuration + (title-prefix "[TEST] HPCGUIX-WEB"))) (define %hpcguix-web-os (simple-operating-system |