[Nix-dev] Re: [Nix-commits] SVN commit: nix - 17324 - MarcWeber - in nixpkgs/trunk/pkgs: applications/audio applications/audio/jackmeter top-level

Eelco Dolstra e.dolstra at tudelft.nl
Mon Sep 21 13:43:15 CEST 2009


Hi,

Marc Weber wrote:

> +args: with args;

Please don't use "args: with args;".

> +stdenv.mkDerivation {
> +  name = "jackmeeter-0.3";

That looks like a typo.  Writing the URL as

  url = "http://www.aelius.com/njh/jackmeter/${name}.tar.gz";

helps to guard against this.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/



More information about the nix-dev mailing list