mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 22:28:38 +02:00
updating nginx-geoip2-module-3.3
This commit is contained in:
parent
a914fd2dda
commit
cdbaf7c867
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,7 @@
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((modules-dir (string-append (assoc-ref outputs "out") "/etc/nginx/modules")))
|
(let ((modules-dir (string-append (assoc-ref outputs "out") "/etc/nginx/modules")))
|
||||||
(install-file "objs/ngx_http_geoip2_module.so" modules-dir)
|
(install-file "objs/ngx_http_geoip2_module.so" modules-dir)
|
||||||
|
(install-file "objs/ngx_stream_geoip2_module.so" modules-dir)
|
||||||
#t
|
#t
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -234,3 +235,4 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue