mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: 389-ds-base: Enable one test.
* gnu/packages/openldap.scm (389-ds-base)[arguments]: Enable unit tests. [native-inputs]: Add cmocka.
This commit is contained in:
parent
b5bb44b260
commit
e2bcd41ce3
1 changed files with 3 additions and 1 deletions
|
@ -269,7 +269,8 @@ (define-public 389-ds-base
|
|||
#:imported-modules `((guix build python-build-system)
|
||||
,@%gnu-build-system-modules)
|
||||
#:configure-flags
|
||||
#~(list (string-append "--with-db="
|
||||
#~(list "--enable-cmocka"
|
||||
(string-append "--with-db="
|
||||
#$(this-package-input "bdb"))
|
||||
(string-append "--with-netsnmp="
|
||||
#$(this-package-input "net-snmp"))
|
||||
|
@ -380,6 +381,7 @@ (define-public 389-ds-base
|
|||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
cmocka
|
||||
doxygen
|
||||
gettext-minimal
|
||||
libtool
|
||||
|
|
Loading…
Reference in a new issue