mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
formating
This commit is contained in:
parent
b1568128a0
commit
fb1a259b1e
3 changed files with 88 additions and 74 deletions
|
@ -26,9 +26,9 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kvspb/nginx-auth-ldap")
|
||||
(commit version)
|
||||
)
|
||||
(url "https://github.com/kvspb/nginx-auth-ldap")
|
||||
(commit version)
|
||||
)
|
||||
)
|
||||
(file-name (git-file-name "nginx-ldap-auth-module" version))
|
||||
(sha256 (base32 "023zmdir7w92dnb508ggskkc7kmd7k71hc597sb7i4xfgpwxzq1s" ))
|
||||
|
@ -86,9 +86,8 @@
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
(string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")
|
||||
)
|
||||
)
|
||||
(string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")
|
||||
))
|
||||
(sha256 (base32 "1sarp7bjvkkdlpky5j9axfi0qmb177vw2vn2s10c8fcdg9dgj6vm" ))
|
||||
)
|
||||
)
|
||||
|
@ -128,9 +127,8 @@
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
(string-append "https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v" version "/modsecurity-nginx-v" version ".tar.gz")
|
||||
)
|
||||
)
|
||||
(string-append "https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v" version "/modsecurity-nginx-v" version ".tar.gz")
|
||||
))
|
||||
(sha256 (base32 "0clcny8276d3j73ws661lh983vqq9m29rw7qb7gn132ha066d9j1" ))
|
||||
)
|
||||
)
|
||||
|
@ -177,4 +175,3 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
nginx-modsecurity-module
|
||||
|
|
|
@ -35,24 +35,41 @@
|
|||
)
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(
|
||||
("libltdl", libltdl)
|
||||
("pkg-config", pkg-config)
|
||||
("libevent", libevent)
|
||||
("openssl", openssl)
|
||||
("argon2", argon2)
|
||||
("wiredtiger", wiredtiger)
|
||||
("snappy", snappy)
|
||||
("lz4", lz4)
|
||||
,@(package-inputs gnu:openldap)
|
||||
("libltdl", libltdl)
|
||||
("pkg-config", pkg-config)
|
||||
("libevent", libevent)
|
||||
("openssl", openssl)
|
||||
("argon2", argon2)
|
||||
("wiredtiger", wiredtiger)
|
||||
("snappy", snappy)
|
||||
("lz4", lz4)
|
||||
,@(package-inputs gnu:openldap)
|
||||
))
|
||||
(arguments '(
|
||||
; this is needed because the make check does not work inside guix
|
||||
#:tests? #f
|
||||
#:configure-flags '(
|
||||
"--enable-debug" "--enable-dynamic" "--enable-syslog" "--enable-ipv6" "--enable-local" "--enable-slapd" "--enable-dynacl"
|
||||
"--enable-aci" "--enable-cleartext" "--enable-crypt" "--enable-spasswd" "--enable-modules" "--enable-rlookups" "--enable-slapi"
|
||||
"--enable-backends=mod" "--enable-overlays=mod" "--enable-argon2" "--enable-balancer" "--disable-static"
|
||||
"--enable-shared" "--with-tls=openssl"
|
||||
"--enable-debug"
|
||||
"--enable-dynamic"
|
||||
"--enable-syslog"
|
||||
"--enable-ipv6"
|
||||
"--enable-local"
|
||||
"--enable-slapd"
|
||||
"--enable-dynacl"
|
||||
"--enable-aci"
|
||||
"--enable-cleartext"
|
||||
"--enable-crypt"
|
||||
"--enable-spasswd"
|
||||
"--enable-modules"
|
||||
"--enable-rlookups"
|
||||
"--enable-slapi"
|
||||
"--enable-backends=mod"
|
||||
"--enable-overlays=mod"
|
||||
"--enable-argon2"
|
||||
"--enable-balancer"
|
||||
"--disable-static"
|
||||
"--enable-shared"
|
||||
"--with-tls=openssl"
|
||||
)
|
||||
#:make-flags '("STRIP=")
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue