File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
development/python-modules/macfsevents Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchPypi ,
5- CoreFoundation ,
6- CoreServices ,
75} :
86
97buildPythonPackage 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments