1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-joOj89WZ9Si5fcu1w1VHj5fOcnB9N2313Yb29A+nCCY=";
14 makeFlags = [ "PREFIX=${placeholder "out"}" ];
19 description = "Assembler for the Atmel AVR microcontroller family";
21 homepage = "https://github.com/Ro5bert/avra";
22 license = licenses.gpl2Plus;
23 platforms = platforms.all;