Skip to content

Commit 3b8166b

Browse files
committed
python312Packages.xarray: don't use with lib; in meta
1 parent 5509aba commit 3b8166b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/xarray/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ buildPythonPackage rec {
4242

4343
pythonImportsCheck = [ "xarray" ];
4444

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

0 commit comments

Comments
 (0)