diff --git a/pkgs/development/python-modules/gbinder-python/default.nix b/pkgs/development/python-modules/gbinder-python/default.nix index 9d9b906e2443..c481c2be6de4 100644 --- a/pkgs/development/python-modules/gbinder-python/default.nix +++ b/pkgs/development/python-modules/gbinder-python/default.nix @@ -33,11 +33,11 @@ buildPythonPackage rec { setupPyGlobalFlags = [ "--cython" ]; - meta = with lib; { + meta = { description = "Python bindings for libgbinder"; homepage = "https://github.com/erfanoabdi/gbinder-python"; - license = licenses.gpl3; - maintainers = with maintainers; [ mcaju ]; - platforms = platforms.linux; + license = lib.licenses.gpl3; + platforms = lib.platforms.linux; + maintainers = with lib.maintainers; [ mcaju ]; }; }