mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
looks like inherit does not keep everything
This commit is contained in:
parent
fcc36a29b9
commit
b1568128a0
1 changed files with 49 additions and 47 deletions
|
@ -47,12 +47,14 @@
|
||||||
))
|
))
|
||||||
(arguments '(
|
(arguments '(
|
||||||
; this is needed because the make check does not work inside guix
|
; this is needed because the make check does not work inside guix
|
||||||
|
#:tests? #f
|
||||||
#:configure-flags '(
|
#:configure-flags '(
|
||||||
"--enable-debug" "--enable-dynamic" "--enable-syslog" "--enable-ipv6" "--enable-local" "--enable-slapd" "--enable-dynacl"
|
"--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-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-backends=mod" "--enable-overlays=mod" "--enable-argon2" "--enable-balancer" "--disable-static"
|
||||||
"--enable-shared" "--with-tls=openssl"
|
"--enable-shared" "--with-tls=openssl"
|
||||||
)
|
)
|
||||||
|
#:make-flags '("STRIP=")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'build 'make-depend
|
(add-before 'build 'make-depend
|
||||||
(lambda* (#:key input #:allow-other-keys)
|
(lambda* (#:key input #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Reference in a new issue