3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.ldap: add meta

This commit is contained in:
Robert Schütz 2019-04-05 19:16:24 +02:00
parent 8171f0da4c
commit e94148eded

View file

@ -28,4 +28,10 @@ buildPythonPackage rec {
'';
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
description = "Python modules for implementing LDAP clients";
homepage = https://www.python-ldap.org/;
license = licenses.psfl;
};
}