Commit 3b8166bb authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.xarray: don't use with lib; in meta

parent 5509aba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,10 +42,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "xarray" ];

  meta = with lib; {
  meta = {
    changelog = "https://github.com/pydata/xarray/blob/${src.rev}/doc/whats-new.rst";
    description = "N-D labeled arrays and datasets in Python";
    homepage = "https://github.com/pydata/xarray";
    license = licenses.asl20;
    license = lib.licenses.asl20;
  };
}