3
0
Fork 0
forked from mirrors/nixpkgs

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"
then
(import ./j2sdk1.5-sun-linux.nix) {
(import ./jdk1.5-sun-linux.nix) {
stdenv = stdenv;
fetchurl = fetchurl;
}

View file

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