10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
15 owner = "lunatic-solutions";
18 hash = "sha256-uMMssZaPDZn3bOtQIho+GvUCPmzRllv7eJ+SJuKaYtg=";
21 cargoHash = "sha256-ALjlQsxmZVREyi3ZGMJMv/38kkMjYh+hTSr/0avYJVs=";
29 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30 darwin.apple_sdk.frameworks.Security
34 # requires simd support which is not always available on hydra
35 "--skip=state::tests::import_filter_signature_matches"
39 description = "Erlang inspired runtime for WebAssembly";
40 homepage = "https://lunatic.solutions";
41 changelog = "https://github.com/lunatic-solutions/lunatic/blob/v${version}/CHANGELOG.md";
42 license = with licenses; [ mit /* or */ asl20 ];
43 maintainers = with maintainers; [ figsoda ];