mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
lunatic: mark broken on darwin
This commit is contained in:
parent
ce6665dcee
commit
79497a972a
@ -1,4 +1,4 @@
|
||||
{ lib, rustPlatform, fetchFromGitHub, fetchpatch, cmake }:
|
||||
{ lib, rustPlatform, fetchFromGitHub, fetchpatch, cmake, stdenv }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "lunatic";
|
||||
@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://lunatic.solutions";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user