11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-cspIIuH+0LJItTz9wk6mChwEMFP3GDpI+KKg0FWM9bQ=";
22 cargoHash = "sha256-aylmZFb+UaK3OEpJLOf4NuT4uMLRhdUg+cSjzxRo7t8=";
26 ++ lib.optionals stdenv.hostPlatform.isDarwin (
27 with darwin.apple_sdk.frameworks;
35 nativeBuildInputs = [ pkg-config ];
38 description = "Modern smart contract platform for Cardano";
39 homepage = "https://aiken-lang.org";
40 license = lib.licenses.asl20;
41 maintainers = with lib.maintainers; [ t4ccer ];
42 mainProgram = "aiken";