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

View File

@@ -2,7 +2,7 @@
if stdenv.system == "i686-linux"
then
(import ./j2re-sun-linux.nix) {
(import ./jre-sun-linux.nix) {
inherit stdenv fetchurl;
}
else