8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-6EuSz7bFlL49l5gjoKCyRTfAWiwIHFdG0t+StvGj7f8=";
19 nativeBuildInputs = [ pkg-config ];
20 buildInputs = [ openssl ];
22 checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ];
24 cargoHash = "sha256-NfGDra5xHVY04CofTriCUspLY3f4Tiq6Wm9ON0K8jwY=";
27 homepage = "https://github.com/trunk-rs/trunk";
28 description = "Build, bundle & ship your Rust WASM application to the web";
29 mainProgram = "trunk";
30 maintainers = with maintainers; [ freezeboy ctron ];
31 license = with licenses; [ asl20 ];