Unverified Commit f77f7fce authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.utitools: mark broken on darwin (#516614)

parents 42a7c18e 7137547c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ buildPythonPackage (finalAttrs: {
  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    # Requires pyobjc-framework-coreservices and pyobjc-framework-uniformtypeidentifiers
    # which are currently not packaged in nixpgs.
    broken = stdenv.hostPlatform.isDarwin;
    description = "Utilities for working with Uniform Type Identifiers";
    homepage = "https://github.com/RhetTbull/utitools";
    changelog = "https://github.com/RhetTbull/utitools/blob/${finalAttrs.src.tag}/CHANGELOG.md";