python312Packages.cgen: remove overuse of with lib;
This commit is contained in:
@@ -27,10 +27,10 @@ buildPythonPackage rec {
|
||||
pytest
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "C/C++ source generation from an AST";
|
||||
homepage = "https://github.com/inducer/cgen";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user