sssd: link NixOS module tests

This commit is contained in:
illustris 2021-12-13 13:54:56 +05:30
parent 580952d787
commit 434985c90b

View file

@ -5,6 +5,7 @@
libuuid, systemd, nspr, check, cmocka, uid_wrapper, p11-kit,
nss_wrapper, ncurses, Po4a, http-parser, jansson,
docbook_xsl, docbook_xml_dtd_44,
nixosTests,
withSudo ? false }:
let
@ -87,6 +88,8 @@ stdenv.mkDerivation rec {
find "$out" -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \;
'';
passthru.tests = { inherit (nixosTests) sssd sssd-ldap; };
meta = with lib; {
description = "System Security Services Daemon";
homepage = "https://sssd.io/";