Loading pkgs/development/python-modules/macfsevents/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, buildPythonPackage, fetchPypi, CoreFoundation, CoreServices, }: buildPythonPackage rec { Loading @@ -18,11 +16,6 @@ buildPythonPackage rec { patches = [ ./fix-packaging.patch ]; buildInputs = [ CoreFoundation CoreServices ]; # Some tests fail under nix build directory doCheck = false; Loading pkgs/top-level/python-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading
pkgs/development/python-modules/macfsevents/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, buildPythonPackage, fetchPypi, CoreFoundation, CoreServices, }: buildPythonPackage rec { Loading @@ -18,11 +16,6 @@ buildPythonPackage rec { patches = [ ./fix-packaging.patch ]; buildInputs = [ CoreFoundation CoreServices ]; # Some tests fail under nix build directory doCheck = false; Loading
pkgs/top-level/python-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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 { }; Loading