openldap: add passthru.tests

This commit is contained in:
ajs124 2023-02-15 14:11:52 +01:00
parent a5ea08f7f4
commit 85b60c3849

View File

@ -12,6 +12,9 @@
, openssl
, systemdMinimal
, libxcrypt
# passthru
, nixosTests
}:
stdenv.mkDerivation rec {
@ -117,6 +120,10 @@ stdenv.mkDerivation rec {
chmod +x "$out"/lib/*.{so,dylib}
'';
passthru.tests = {
inherit (nixosTests) openldap;
};
meta = with lib; {
homepage = "https://www.openldap.org/";
description = "An open source implementation of the Lightweight Directory Access Protocol";