Merge pull request #203387 from wegank/formula-aarch64-linux

formula: unbreak on aarch64-linux
This commit is contained in:
Mario Rodas
2022-11-30 07:02:00 -05:00
committed by GitHub
@@ -25,7 +25,6 @@ buildDotnetModule rec {
passthru.updateScript = unstableGitUpdater { url = meta.homepage; };
meta = with lib; {
broken = stdenv.isLinux && stdenv.isAarch64;
description = "Formal Specifications for Verification and Synthesis";
homepage = "https://github.com/VUISIS/formula-dotnet";
license = licenses.mspl;