python312Packages.macfsevents: use new apple sdk pattern

This commit is contained in:
Peter Kling
2025-03-05 09:52:06 +01:00
parent 8f2084a6d0
commit 11c33d83ea
2 changed files with 1 additions and 10 deletions
@@ -2,8 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
CoreFoundation,
CoreServices,
}:
buildPythonPackage rec {
@@ -18,11 +16,6 @@ buildPythonPackage rec {
patches = [ ./fix-packaging.patch ];
buildInputs = [
CoreFoundation
CoreServices
];
# Some tests fail under nix build directory
doCheck = false;
+1 -3
View File
@@ -7860,9 +7860,7 @@ self: super: with self; {
macaddress = callPackage ../development/python-modules/macaddress{ };
macfsevents = callPackage ../development/python-modules/macfsevents {
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation CoreServices;
};
macfsevents = callPackage ../development/python-modules/macfsevents { };
macholib = callPackage ../development/python-modules/macholib { };