13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
(package
|
|
(name "nginx")
|
|
(version "1.29.5")
|
|
(homepage "https://nginx.org/")
|
|
(dependencies libpcre2 zlib libopenssl)
|
|
(src (tar
|
|
(url "https://nginx.org/download/nginx-1.29.5.tar.gz")
|
|
(dir "nginx-1.29.5")
|
|
(blake3 "e37ca0ef47e09e907952840dc29cf3b8eef59d90894eb585fcafc8ec62aebbd1")))
|
|
(build
|
|
(configure_make
|
|
(configure_flags "--with-http_ssl_module --with-http_v2_module --with-http_v3_module --with-threads"))))
|