diff --git a/pkgs/development/python-modules/osxphotos/default.nix b/pkgs/development/python-modules/osxphotos/default.nix index eece6a6c86b3..05c4962bf059 100644 --- a/pkgs/development/python-modules/osxphotos/default.nix +++ b/pkgs/development/python-modules/osxphotos/default.nix @@ -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; }; }