diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-08 11:58:49 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-08 12:02:55 +0900 |
| commit | ae0aa97e5438af2b39e582a6fb88b72361c3d3ea (patch) | |
| tree | 34806f70d3367e69d4b57e20e8a461dabc636181 | |
| parent | 98b92b900af04b6f2fb7aa35c89c23dee7758aa1 (diff) | |
gnu: nginx*-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-lua-module, nginx-module-vts)
(nginx-rtmp-module)[arguments]<#:phases>:
Delete move-html-doc instead of fix-root-dirs.
References: https://codeberg.org/guix/guix/pulls/9578
| -rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ad44128dcec..a0e445ea386 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -968,7 +968,7 @@ documentation.") | |||
| 968 | "/etc/nginx/modules"))) | 968 | "/etc/nginx/modules"))) |
| 969 | (install-file "objs/ngx_http_lua_module.so" modules-dir) | 969 | (install-file "objs/ngx_http_lua_module.so" modules-dir) |
| 970 | #t))) | 970 | #t))) |
| 971 | (delete 'fix-root-dirs) | 971 | (delete 'move-html-doc) |
| 972 | (delete 'install-man-page))))) | 972 | (delete 'install-man-page))))) |
| 973 | (synopsis "NGINX module for Lua programming language support") | 973 | (synopsis "NGINX module for Lua programming language support") |
| 974 | (description "This NGINX module provides a scripting support with Lua | 974 | (description "This NGINX module provides a scripting support with Lua |
| @@ -1017,7 +1017,7 @@ programming language."))) | |||
| 1017 | (let ((modules-dir (string-append #$output | 1017 | (let ((modules-dir (string-append #$output |
| 1018 | "/etc/nginx/modules"))) | 1018 | "/etc/nginx/modules"))) |
| 1019 | (install-file "objs/ngx_rtmp_module.so" modules-dir)))) | 1019 | (install-file "objs/ngx_rtmp_module.so" modules-dir)))) |
| 1020 | (delete 'fix-root-dirs) | 1020 | (delete 'move-html-doc) |
| 1021 | (delete 'install-man-page))))) | 1021 | (delete 'install-man-page))))) |
| 1022 | (home-page "https://github.com/arut/nginx-rtmp-module") | 1022 | (home-page "https://github.com/arut/nginx-rtmp-module") |
| 1023 | (synopsis "NGINX module for audio and video streaming with RTMP") | 1023 | (synopsis "NGINX module for audio and video streaming with RTMP") |
| @@ -1133,7 +1133,7 @@ more_clear_headers directives.") | |||
| 1133 | (let ((modules-dir (string-append #$output | 1133 | (let ((modules-dir (string-append #$output |
| 1134 | "/etc/nginx/modules"))) | 1134 | "/etc/nginx/modules"))) |
| 1135 | (install-file "objs/ngx_http_vhost_traffic_status_module.so" modules-dir)))) | 1135 | (install-file "objs/ngx_http_vhost_traffic_status_module.so" modules-dir)))) |
| 1136 | (delete 'fix-root-dirs) | 1136 | (delete 'move-html-doc) |
| 1137 | (delete 'install-man-page))))) | 1137 | (delete 'install-man-page))))) |
| 1138 | (home-page "https://github.com/vozlt/nginx-module-vts") | 1138 | (home-page "https://github.com/vozlt/nginx-module-vts") |
| 1139 | (synopsis "NGINX module for monitoring virtual host traffic status") | 1139 | (synopsis "NGINX module for monitoring virtual host traffic status") |
