python312Packages.lmfit: no with lib; in meta

Changed files
+3 -3
pkgs
development
python-modules
lmfit
+3 -3
pkgs/development/python-modules/lmfit/default.nix
···
disabledTests = [ "test_check_ast_errors" ];
-
meta = with lib; {
description = "Least-Squares Minimization with Bounds and Constraints";
homepage = "https://lmfit.github.io/lmfit-py/";
changelog = "https://github.com/lmfit/lmfit-py/releases/tag/${version}";
-
license = licenses.bsd3;
-
maintainers = with maintainers; [ nomeata ];
};
}
···
disabledTests = [ "test_check_ast_errors" ];
+
meta = {
description = "Least-Squares Minimization with Bounds and Constraints";
homepage = "https://lmfit.github.io/lmfit-py/";
changelog = "https://github.com/lmfit/lmfit-py/releases/tag/${version}";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ nomeata ];
};
}