python312Packages.llvmlite: don't use with lib in meta

This commit is contained in:
Doron Behar
2024-08-24 23:36:41 +03:00
parent 1623a677da
commit deac6c1c18
@@ -58,11 +58,11 @@ buildPythonPackage rec {
passthru.llvm = llvm;
meta = with lib; {
meta = {
changelog = "https://github.com/numba/llvmlite/blob/v${version}/CHANGE_LOG";
description = "Lightweight LLVM python binding for writing JIT compilers";
downloadPage = "https://github.com/numba/llvmlite";
homepage = "http://llvmlite.pydata.org/";
license = licenses.bsd2;
license = lib.licenses.bsd2;
};
}