jing: use jre instead of blackdown

svn path=/nixpkgs/trunk/; revision=8183
This commit is contained in:
Martin Bravenboer 2007-03-05 15:10:05 +00:00
parent e9178614a9
commit e8c4ff1817

View file

@ -404,8 +404,7 @@ rec {
};
jing_tools = import ../tools/text/xml/jing/jing-script.nix {
inherit fetchurl stdenv unzip;
jre = blackdown;
inherit fetchurl stdenv unzip jre;
};
less = import ../tools/misc/less {