Naming conventions

svn path=/nixpkgs/trunk/; revision=3869
This commit is contained in:
Martin Bravenboer 2005-09-17 23:39:03 +00:00
parent a4ba616471
commit a640e2a19a
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if stdenv.system == "i686-linux" if stdenv.system == "i686-linux"
then then
(import ./j2sdk1.5-sun-linux.nix) { (import ./jdk1.5-sun-linux.nix) {
stdenv = stdenv; stdenv = stdenv;
fetchurl = fetchurl; fetchurl = fetchurl;
} }

View File

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