Unverified Commit 167f07b0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #333311 from GaetanLepage/jaraco-path

python312Packages.jaraco-path: mark as broken on darwin
parents 5e0ca229 e857fcd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  setuptools-scm,
  pytestCheckHook,
  stdenv,
}:

buildPythonPackage rec {
@@ -30,5 +31,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/jaraco/jaraco.path";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dotlambda ];
    broken = stdenv.isDarwin; # pyobjc is missing
  };
}