From 1ca28942d696d631265d42beeda9bb831d2a2f65 Mon Sep 17 00:00:00 2001 From: Raven Hallsby Date: Sat, 27 Jun 2026 12:01:25 -0500 Subject: gnu: nginx-headers-more-module: Fix deleted phase renamed in nginx. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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.") "/etc/nginx/modules"))) (install-file "objs/ngx_http_headers_more_filter_module.so" modules-dir)))) - (delete 'fix-root-dirs) + (delete 'move-html-doc) (delete 'install-man-page))))) (home-page "https://github.com/openresty/headers-more-nginx-module") (synopsis "Set, add, and clear input and output headers in NGINX http servers") -- cgit v1.2.3