~ruther/guix-local

26ac5c90c134c12c8a3e40d1207859d09d11f7ab — Tobias Geerinckx-Rice 9 years ago 352a5b6
gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).

* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +1 -0
@@ 162,6 162,7 @@ and its related documentation.")
             (let ((flags
                    (list (string-append "--prefix=" (assoc-ref outputs "out"))
                          "--with-http_ssl_module"
                          "--with-http_v2_module"
                          "--with-pcre-jit"
                          "--with-debug"
                          ;; Even when not cross-building, we pass the