mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
nginx 1.25.0
This commit is contained in:
parent
4ffa5fc6bd
commit
b92a43dffc
1 changed files with 2 additions and 3 deletions
|
@ -25,11 +25,11 @@
|
||||||
(define-public nginx
|
(define-public nginx
|
||||||
(package
|
(package
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
(version "1.24.0")
|
(version "1.25.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
||||||
(sha256 (base32 "0pgmy87y70q2jhxab6z60zbzc35lnz47crz77qg64amr6wb598kp"))))
|
(sha256 (base32 "130yxrzbs6qw71gclgwh3gijs3r16x147x5wlpla8wijji2lvm2y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -334,4 +334,3 @@
|
||||||
(install-file "objs/ngx_http_vhost_traffic_status_module.so" modules-dir) #t)))
|
(install-file "objs/ngx_http_vhost_traffic_status_module.so" modules-dir) #t)))
|
||||||
(delete 'fix-root-dirs)
|
(delete 'fix-root-dirs)
|
||||||
(delete 'install-man-page)))))))
|
(delete 'install-man-page)))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue