[Nix-dev] Re: [Nix-commits] SVN commit: nix - 14110 - MarcWeber - in nixpkgs/trunk/pkgs: development/misc development/misc/avr8-burn-omat top-level
Ludovic Courtès
ludo at gnu.org
Wed Feb 18 16:49:59 CET 2009
Hello,
Marc Weber <marco-oweber at gmx.de> writes:
> + src = args.fetchurl {
> + url = http://avr8-burn-o-mat.brischalle.de/AVR8_Burn-O-Mat_2_0_1.zip;
> + sha256 = "0nqlrbsx7z5r3b9y9wb6b7wawa3yxwx07zn7l4g4s59scxah2skk";
> + };
> +
> + buildInputs =(with args; [unzip]);
> +
> + phases = "unpackPhase installPhase";
IMO it would be wiser to let the expression build it since it's free
software.
Thanks,
Ludo'.
More information about the nix-dev
mailing list