formula: unmark as broken on darwin

This commit is contained in:
Ben Siraphob 2022-06-21 13:19:27 -07:00
parent c76653603c
commit 354c51a748
No known key found for this signature in database
GPG key ID: 45F0E5D788143267

View file

@ -25,7 +25,7 @@ buildDotnetModule rec {
passthru.updateScript = unstableGitUpdater { url = meta.homepage; };
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = stdenv.isLinux && stdenv.isAarch64;
description = "Formal Specifications for Verification and Synthesis";
homepage = "https://github.com/VUISIS/formula-dotnet";
license = licenses.mspl;