python313Packages.osxphotos: add missing tzdata dependency, mark broken due to in tree missing utitools

This commit is contained in:
Sandro Jäckel 2025-07-22 01:18:26 +02:00
parent 6778773934
commit d276fd09d8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -25,6 +25,7 @@
tenacity,
textx,
toml,
tzdata,
wrapt,
wurlitzer,
xdg-base-dirs,
@ -67,6 +68,7 @@ buildPythonPackage rec {
tenacity
textx
toml
tzdata
wrapt
wurlitzer
xdg-base-dirs
@ -108,6 +110,7 @@ buildPythonPackage rec {
changelog = "https://github.com/RhetTbull/osxphotos/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
broken = stdenv.hostPlatform.isDarwin;
# missing utitools dependency
broken = true && stdenv.hostPlatform.isDarwin;
};
}