Unverified Commit ef281c96 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.argostranslate: unbreak on `x86_64-darwin`

parent 688590b9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchPypi,
  pytestCheckHook,
@@ -60,7 +59,5 @@ buildPythonPackage rec {
    homepage = "https://www.argosopentech.com";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ misuzu ];
    # Segfaults at import
    broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
  };
}