summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-01-24 22:04:09 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-01-24 22:04:09 +0000
commit94f9bd408e32f74e1bb72cc1ef9fc8b531fb1ea2 (patch)
tree6de10f1c81c88de24bf63d0b59cc2b23ba0d8b73 /pkgs/system/all-packages-generic.nix
parent7e813f09990136036af4d79f4a16b085dc6b04ed (diff)
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
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 2b71acf8b67e0..b80050394ec8a 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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;