sssd: link NixOS module tests

main
illustris 3 years ago
parent 580952d787
commit 434985c90b
  1. 3
      pkgs/os-specific/linux/sssd/default.nix

@ -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/";

Loading…
Cancel
Save