Cleaning up the java naming conventions

svn path=/nixpkgs/trunk/; revision=3871
This commit is contained in:
Martin Bravenboer
2005-09-17 23:58:51 +00:00
parent 3919e7593a
commit 4c70ef7e5d
27 changed files with 88 additions and 78 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ cd jakarta-tomcat*/bin
tar xvfz jsvc.tar.gz
cd jsvc-src
sh ./configure --with-java=$sdk
sh ./configure --with-java=$jdk
make
cp jsvc ..
cd ..
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, j2sdk}:
{stdenv, fetchurl, jdk}:
stdenv.mkDerivation {
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
md5 = "b802ee042677e284bcf65738c7bdc3b6";
};
sdk = j2sdk;
inherit jdk;
}