* Let the Mozilla plugins announce where in their output the actual
plugins are, rather then requiring certain fixed directories. svn path=/nixpkgs/trunk/; revision=2242
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
(stdenv.mkDerivation {
|
||||
name = "blackdown-1.4.2";
|
||||
dirname = "j2sdk1.4.2";
|
||||
builder = ./builder.sh;
|
||||
@@ -10,4 +10,4 @@ stdenv.mkDerivation {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/j2sdk-1.4.2-rc1-linux-i586-gcc3.2.bin;
|
||||
md5 = "52ff3a059845ee8487faeaa7b0c157c8";
|
||||
};
|
||||
}
|
||||
}) // {mozillaPlugin = "/jre/plugin/i386/mozilla";}
|
||||
|
||||
Reference in New Issue
Block a user