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"
|
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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user