python312Packages.cgen: remove overuse of with lib;

This commit is contained in:
Sigmanificient 2024-07-26 01:20:55 +02:00
parent 28d962be01
commit 7f36ec34eb

View File

@ -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 ];
};
}