python312Packages.glob2: remove overuse of with lib;

This commit is contained in:
Sigmanificient
2024-07-26 01:21:33 +02:00
parent a2c54bcfda
commit b346196798
@@ -19,10 +19,10 @@ buildPythonPackage rec {
${python.interpreter} test.py
'';
meta = with lib; {
meta = {
description = "Version of the glob module that can capture patterns and supports recursive wildcards";
homepage = "https://github.com/miracle2k/python-glob2/";
license = licenses.bsd3;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ sigmanificient ];
};
}