python312Packages.pyopencl: remove 'with lib;' from meta

This commit is contained in:
Gaetan Lepage 2024-08-28 12:14:00 +02:00
parent 05d9e98392
commit 4dd88122d1

View File

@ -84,10 +84,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyopencl" ];
meta = with lib; {
meta = {
description = "Python wrapper for OpenCL";
homepage = "https://github.com/pyopencl/pyopencl";
license = licenses.mit;
changelog = "https://github.com/inducer/pyopencl/releases/tag/v${version}";
license = lib.licenses.mit;
};
}