jdk updated to 1.5.0.15

updated bleeding edge stuff (should now work for the bulidfarm as well because
  dist files are stored on my server)
moved experimental my_env into its own file

svn path=/nixpkgs/trunk/; revision=11026
This commit is contained in:
Marc Weber
2008-03-09 00:08:45 +00:00
parent 7c39433e7b
commit bad0d45562
19 changed files with 184 additions and 117 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
inherit suffix name ghc readline ncurses;
buildInputs = (libraries ++ [ghcPkgUtil]);
tags = map (x : sourceWithTagsDerivation ((lib.traceWhatis x).passthru.sourceWithTags))
tags = map (x : sourceWithTagsDerivation (x.passthru.sourceWithTags))
(uniqList { inputList= filter annotatedWithSourceAndTagInfo libraries; } );
phases="installPhase";