mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python312Packages.jaraco-path: mark as broken on darwin
This commit is contained in:
parent
f36699f155
commit
e857fcd197
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue