Commit 11c33d83 authored by Peter Kling's avatar Peter Kling
Browse files

python312Packages.macfsevents: use new apple sdk pattern

parent 8f2084a6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };