added tre-0.8.0

svn path=/nixpkgs/trunk/; revision=19873
This commit is contained in:
Rob Vermaas 2010-02-09 09:09:25 +00:00
parent b3dfc53d15
commit 10acccb622
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "tre-0.8.0";
src = fetchurl {
url = "http://laurikari.net/tre/${name}.tar.gz";
sha256 = "1pd7qsa7vc3ybdc6h2gr4pm9inypjysf92kab945gg4qa6jp11my";
};
}

View File

@ -1660,6 +1660,10 @@ let
inherit fetchurl stdenv unzip jre;
};
tre = import ../development/libraries/tre {
inherit fetchurl stdenv;
};
ts = import ../tools/system/ts {
inherit fetchurl stdenv;
};