parent
ed0d6ed9a6
commit
5b8484635f
|
@ -368,11 +368,11 @@ many event types, including timers, signals, and the classic file descriptor eve
|
||||||
;; ldb use a custom configuration script that runs waf.
|
;; ldb use a custom configuration script that runs waf.
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--with-modulesdir=" out
|
(string-append "--with-modulesdir=" out
|
||||||
"/lib/ldb/modules")
|
"/lib/ldb/modules")
|
||||||
"--bundled-libraries=NONE"))))))))
|
"--bundled-libraries=NONE")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmocka" ,cmocka)
|
`(("cmocka" ,cmocka)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue