lol

openldap: add passthru.tests

ajs124 85b60c38 a5ea08f7

+7
+7
pkgs/development/libraries/openldap/default.nix
··· 12 12 , openssl 13 13 , systemdMinimal 14 14 , libxcrypt 15 + 16 + # passthru 17 + , nixosTests 15 18 }: 16 19 17 20 stdenv.mkDerivation rec { ··· 116 119 done 117 120 chmod +x "$out"/lib/*.{so,dylib} 118 121 ''; 122 + 123 + passthru.tests = { 124 + inherit (nixosTests) openldap; 125 + }; 119 126 120 127 meta = with lib; { 121 128 homepage = "https://www.openldap.org/";