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
|
@ -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