formula: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2022-11-28 02:56:13 +01:00
parent 1ffa33bf09
commit 31dae4a6c0

View File

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