summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRaven Hallsby <karl@hallsby.com>2026-06-27 12:01:25 -0500
committerNguyễn Gia Phong <cnx@loang.net>2026-06-29 13:49:33 +0900
commit1ca28942d696d631265d42beeda9bb831d2a2f65 (patch)
tree2a5f90f39884b11f086c70ee3c2140f12553aeae /gnu
parentd31822bceee1fed3accaddcde49c635e12d24ac8 (diff)
gnu: nginx-headers-more-module: Fix deleted phase renamed in nginx.
nginx's phase fix-root-dirs was renamed to move-html-doc in commit b936418bd6f3 ("gnu: nginx: Fix default configuration directory.") * gnu/packages/web.scm (nginx-headers-more-module)[arguments]<#:phases>: Delete move-html-doc instead of fix-root-dirs. Merges: https://codeberg.org/guix/guix/pulls/9578 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d2b381be771..4035fe5823c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1073,7 +1073,7 @@ stream. Remote control of the module is possible over HTTP.")
1073 "/etc/nginx/modules"))) 1073 "/etc/nginx/modules")))
1074 (install-file "objs/ngx_http_headers_more_filter_module.so" 1074 (install-file "objs/ngx_http_headers_more_filter_module.so"
1075 modules-dir)))) 1075 modules-dir))))
1076 (delete 'fix-root-dirs) 1076 (delete 'move-html-doc)
1077 (delete 'install-man-page))))) 1077 (delete 'install-man-page)))))
1078 (home-page "https://github.com/openresty/headers-more-nginx-module") 1078 (home-page "https://github.com/openresty/headers-more-nginx-module")
1079 (synopsis "Set, add, and clear input and output headers in NGINX http servers") 1079 (synopsis "Set, add, and clear input and output headers in NGINX http servers")