* j2sdk should not refer to /tmp/j2sdk-1_4_2_03-linux-i586.bin in this
way, since it prevents store expression from being instantiated from all-packages-generic.nix. svn path=/nixpkgs/trunk/; revision=721
This commit is contained in:
parent
9db5df37f9
commit
41c54dd4d9
@ -16,7 +16,7 @@ derivation {
|
|||||||
name = "j2sdk-1.4.2";
|
name = "j2sdk-1.4.2";
|
||||||
system = stdenv.system;
|
system = stdenv.system;
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
pathname = /tmp/j2sdk-1_4_2_03-linux-i586.bin;
|
pathname = "/tmp/j2sdk-1_4_2_03-linux-i586.bin";
|
||||||
md5 = "859aa6750161477acec83b7bb5d9998d";
|
md5 = "859aa6750161477acec83b7bb5d9998d";
|
||||||
stdenv = stdenv;
|
stdenv = stdenv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user