Added the j2re for Linux. My installation of Eclipse runs on an j2re installed in Nix, so I guess it works pretty well. Of course other platforms should be added. This version will not be installed if the platform is not i686-linux.

svn path=/nixpkgs/trunk/; revision=714
This commit is contained in:
Martin Bravenboer
2004-01-24 22:04:09 +00:00
parent 7e813f0999
commit 94f9bd408e
4 changed files with 49 additions and 0 deletions

View File

@@ -220,6 +220,16 @@
stdenv = stdenv;
};
python = (import ../development/interpreters/python) {
fetchurl = fetchurl;
stdenv = stdenv;
};
j2re = (import ../development/interpreters/j2re) {
fetchurl = fetchurl;
stdenv = stdenv;
};
pcre = (import ../development/libraries/pcre) {
fetchurl = fetchurl;
stdenv = stdenv;