guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: 389-ds-base: Enable one test.


From: guix-commits
Subject: 03/03: gnu: 389-ds-base: Enable one test.
Date: Wed, 14 Dec 2022 15:53:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e2bcd41ce35b051f311e36dfd104d36ce1145f8b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 14 21:51:58 2022 +0100

    gnu: 389-ds-base: Enable one test.
    
    * gnu/packages/openldap.scm (389-ds-base)[arguments]: Enable unit tests.
    [native-inputs]: Add cmocka.
---
 gnu/packages/openldap.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 42808bbf79..73cb56c21b 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -269,7 +269,8 @@ servers from Python programs.")
       #: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 @@ servers from Python programs.")
     (native-inputs
      (list autoconf
            automake
+           cmocka
            doxygen
            gettext-minimal
            libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]