Naming conventions
svn path=/nixpkgs/trunk/; revision=3869
This commit is contained in:
parent
a4ba616471
commit
a640e2a19a
@ -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;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
if stdenv.system == "i686-linux"
|
||||
then
|
||||
(import ./j2sdk-sun-linux.nix) {
|
||||
(import ./jdk5-sun-linux.nix) {
|
||||
inherit stdenv fetchurl;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user