python312Packages.macfsevents: use new apple sdk pattern
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user