nixpkgs/pkgs/misc/maven
Yury G. Kudryashov fbfab88e04 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.


svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
..
builder.sh D'oh! Only download one version of the maven-axis-plugin... 2006-04-04 09:30:09 +00:00
default.nix Added Maven 1.0.2. 2006-03-31 12:44:06 +00:00
maven-1.0.nix Added Maven 1.0.2. 2006-03-31 12:44:06 +00:00
maven-2.nix Nix-expr style review 2008-01-31 10:41:04 +00:00