python.pkgs.ldap: add meta
This commit is contained in:
parent
8171f0da4c
commit
e94148eded
@ -28,4 +28,10 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Python modules for implementing LDAP clients";
|
||||||
|
homepage = https://www.python-ldap.org/;
|
||||||
|
license = licenses.psfl;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user