Unverified Commit 7e5f4311 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.pysequoia: unbreak on Darwin

parent 8d68f896
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,7 +58,5 @@ buildPythonPackage rec {
    homepage = "https://sequoia-pgp.gitlab.io/pysequoia";
    license = licenses.asl20;
    maintainers = with maintainers; [ doronbehar ];
    # Broken since the 0.1.20 update according to ofborg. The errors are not clear...
    broken = stdenv.hostPlatform.isDarwin;
  };
}