python3Packages.pyobjc-core: small refactor

This commit is contained in:
Pavol Rusnak
2025-12-08 18:52:37 +01:00
parent 864b51ebb4
commit c81a62f7e5
@@ -23,7 +23,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
buildInputs = [
darwin.DarwinTools
darwin.libffi
];
@@ -39,11 +38,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "objc" ];
meta = with lib; {
meta = {
description = "Python <-> Objective-C bridge";
homepage = "https://github.com/ronaldoussoren/pyobjc";
license = licenses.mit;
platforms = platforms.darwin;
maintainers = with maintainers; [ samuela ];
homepage = "https://github.com/ronaldoussoren/pyobjc/tree/main/pyobjc-core";
license = lib.licenses.mit;
platforms = lib.platforms.darwin;
maintainers = with lib.maintainers; [ samuela ];
};
}