1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-TodMm4UbnLB+LiyfPVXT7bcVLbyBFbGoOYQSsz3IMfM=";
14 vendorSha256 = "sha256-uy33vfsvyLCep1aN8qO0BMmpPylhzTLhosjjD5ghmHE=";
16 ldflags = [ "-s" "-w" ];
19 description = "A Nintendo 64 segment assembler";
21 An open-source version of the Nintendo64 sdk's mild.exe. Assembles
22 segments into an n64-compatible rom.
24 homepage = "https://github.com/trhodeos/spicy";
25 license = licenses.mit;
26 maintainers = with maintainers; [ _414owen ];