* 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:
Eelco Dolstra
2005-02-16 11:24:40 +00:00
parent b930967805
commit 3bf404a3f2
6 changed files with 22 additions and 19 deletions

View File

@@ -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";}