Skip to content

Commit 11c33d8

Browse files
committed
python312Packages.macfsevents: use new apple sdk pattern
1 parent 8f2084a commit 11c33d8

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

pkgs/development/python-modules/macfsevents/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
lib,
33
buildPythonPackage,
44
fetchPypi,
5-
CoreFoundation,
6-
CoreServices,
75
}:
86

97
buildPythonPackage rec {
@@ -18,11 +16,6 @@ buildPythonPackage rec {
1816

1917
patches = [ ./fix-packaging.patch ];
2018

21-
buildInputs = [
22-
CoreFoundation
23-
CoreServices
24-
];
25-
2619
# Some tests fail under nix build directory
2720
doCheck = false;
2821

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7860,9 +7860,7 @@ self: super: with self; {
78607860

78617861
macaddress = callPackage ../development/python-modules/macaddress{ };
78627862

7863-
macfsevents = callPackage ../development/python-modules/macfsevents {
7864-
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation CoreServices;
7865-
};
7863+
macfsevents = callPackage ../development/python-modules/macfsevents { };
78667864

78677865
macholib = callPackage ../development/python-modules/macholib { };
78687866

0 commit comments

Comments
 (0)