* 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:
Eelco Dolstra 2004-01-26 11:05:07 +00:00
parent 9db5df37f9
commit 41c54dd4d9

View file

@ -16,7 +16,7 @@ derivation {
name = "j2sdk-1.4.2";
system = stdenv.system;
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";
stdenv = stdenv;
}