added tre-0.8.0
svn path=/nixpkgs/trunk/; revision=19873
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1660,6 +1660,10 @@ let
|
|||||||
inherit fetchurl stdenv unzip jre;
|
inherit fetchurl stdenv unzip jre;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tre = import ../development/libraries/tre {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
ts = import ../tools/system/ts {
|
ts = import ../tools/system/ts {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user