6 rustPlatform.buildRustPackage rec {
7 pname = "turtle-build";
10 src = fetchFromGitHub {
12 repo = "turtle-build";
14 hash = "sha256-PDpiLPMyBZzj2nBy76cSC4ab/kyaoZC/Gd2HSaRVHUM=";
17 cargoHash = "sha256-Z9PCnFrUgvF9anfShfU9U7iYISDpzAuJudLq/wN4ONU=";
20 description = "Ninja-compatible build system for high-level programming languages written in Rust";
21 homepage = "https://github.com/raviqqe/turtle-build";
22 license = with licenses; [ asl20 mit ];
23 maintainers = with maintainers; [ figsoda ];
24 mainProgram = "turtle";