formula: unmark as broken on darwin

main
Ben Siraphob 2 years ago
parent c76653603c
commit 354c51a748
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 2
      pkgs/applications/science/logic/formula/default.nix

@ -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;

Loading…
Cancel
Save