From c6f393b9dfd1b71b924616fc4cd4b1317325da9a Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 9 Jul 2025 14:49:30 +0300 Subject: [PATCH] python312Packages.pybtex: no with lib; in meta --- pkgs/development/python-modules/pybtex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pybtex/default.nix b/pkgs/development/python-modules/pybtex/default.nix index 94df8e4f62bb..4b6170fe336c 100644 --- a/pkgs/development/python-modules/pybtex/default.nix +++ b/pkgs/development/python-modules/pybtex/default.nix @@ -26,9 +26,9 @@ buildPythonPackage rec { sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"; }; - meta = with lib; { + meta = { homepage = "https://pybtex.org/"; description = "BibTeX-compatible bibliography processor written in Python"; - license = licenses.mit; + license = lib.licenses.mit; }; }