lunatic: mark as unbroken on darwin
This commit is contained in:
parent
fc8b6a0aac
commit
d99b07b593
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, rustPlatform, fetchFromGitHub, cmake, stdenv }:
|
{ lib, rustPlatform, fetchFromGitHub, cmake }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "lunatic";
|
pname = "lunatic";
|
||||||
|
@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
|
||||||
changelog = "https://github.com/lunatic-solutions/lunatic/blob/v${version}/RELEASES.md";
|
changelog = "https://github.com/lunatic-solutions/lunatic/blob/v${version}/RELEASES.md";
|
||||||
license = with licenses; [ mit /* or */ asl20 ];
|
license = with licenses; [ mit /* or */ asl20 ];
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue