python312Packages.glob2: remove overuse of with lib;
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user