tomcat uses j2sdk after all (at build time)

svn path=/nixpkgs/trunk/; revision=1302
This commit is contained in:
Eelco Visser
2004-08-20 14:22:27 +00:00
parent 778dab85be
commit dd3c98d3ec
3 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{stdenv, fetchurl, j2sdk}:
stdenv.mkDerivation {
@@ -11,6 +11,7 @@ stdenv.mkDerivation {
md5 = "b802ee042677e284bcf65738c7bdc3b6";
};
sdk = j2sdk;
}