lunatic: mark as unbroken on darwin

This commit is contained in:
Winter 2022-07-28 00:50:42 -04:00
parent fc8b6a0aac
commit d99b07b593

View File

@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, cmake, stdenv }:
{ lib, rustPlatform, fetchFromGitHub, cmake }:
rustPlatform.buildRustPackage rec {
pname = "lunatic";
@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/lunatic-solutions/lunatic/blob/v${version}/RELEASES.md";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ figsoda ];
broken = stdenv.isDarwin;
};
}