* Fix jre, and some cleanups.

svn path=/nixpkgs/trunk/; revision=10863
This commit is contained in:
Eelco Dolstra
2008-02-26 15:24:33 +00:00
parent 2763f4d08c
commit 65dcf5ffa4
4 changed files with 15 additions and 12 deletions

View File

@@ -17,4 +17,9 @@ stdenv.mkDerivation {
cp -prd bin lib plugin doc $out/
rm $out/bin/*.bat
'';
meta = {
description = "A static analysis tool to find bugs in Java programs automatically";
homepage = http://findbugs.sourceforge.net/;
};
}