parent
b3dfc53d15
commit
10acccb622
|
@ -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;
|
||||
};
|
||||
|
||||
tre = import ../development/libraries/tre {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
ts = import ../tools/system/ts {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue