8 rustPlatform.buildRustPackage rec {
15 hash = "sha256-+2eXTkn9yOMhvS8cFwAorLBNIPvIRwsPOsGCl3gtRSE=";
18 cargoHash = "sha256-yMqxd7PlpEEVS0jJwProaVjKUsU5TuebGTMrWiMFsM8=";
20 buildInputs = lib.optionals stdenv.isDarwin [
21 darwin.apple_sdk.frameworks.CoreServices
22 darwin.apple_sdk.frameworks.SystemConfiguration
26 RUNE_VERSION = version;
30 description = "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 ];