mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* Let JRE provide its Mozilla plugin.
svn path=/nixpkgs/trunk/; revision=7746
This commit is contained in:
parent
a86e3bbf54
commit
e67a0ca213
@ -2,12 +2,14 @@
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jre-1.5.0";
|
||||
(stdenv.mkDerivation {
|
||||
name = "jre-1.5.0";
|
||||
version = "jre1.5.0_07";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://jdl.sun.com/webapps/download/AutoDL?BundleId=10542;
|
||||
md5 = "e2ad1c9e47f3e34d1efae059b9e2a2d9";
|
||||
};
|
||||
}
|
||||
url = http://jdl.sun.com/webapps/download/AutoDL?BundleId=10542;
|
||||
md5 = "e2ad1c9e47f3e34d1efae059b9e2a2d9";
|
||||
};
|
||||
})
|
||||
|
||||
// {mozillaPlugin = "/plugin/i386/ns7";}
|
||||
|
Loading…
Reference in New Issue
Block a user