svn path=/nixpkgs/trunk/; revision=23963
This commit is contained in:
Yury G. Kudryashov
2010-09-27 11:19:31 +00:00
parent 4ce3b0f176
commit 732997b02e
3 changed files with 11 additions and 0 deletions

View File

@@ -11,4 +11,9 @@ stdenv.mkDerivation {
inherit jre;
buildInputs = [jre];
meta = {
homepage = http://www.eclipse.org/aspectj/;
description = "A seamless aspect-oriented extension to the Java programming language";
};
}