8 rustPlatform.buildRustPackage rec {
15 hash = "sha256-7GScETlQ/rl9vOB9zSfsCM1ay1F5YV6OAxKe82lMU1I=";
18 cargoHash = "sha256-T6uYe+ZgXgsGN1714Ka+fxeVDoXgjVdfrrw5Rj/95cE=";
20 buildInputs = lib.optionals stdenv.isDarwin [
21 darwin.apple_sdk.frameworks.CoreServices
22 darwin.apple_sdk.frameworks.SystemConfiguration
26 RUNE_VERSION = version;
30 description = "An interpreter for the Rune Language, an embeddable dynamic programming language for Rust";
31 homepage = "https://rune-rs.github.io/";
32 changelog = "https://github.com/rune-rs/rune/releases/tag/${version}";
33 license = with licenses; [ asl20 mit ];
34 maintainers = with maintainers; [ figsoda ];