mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
added tre-0.8.0
svn path=/nixpkgs/trunk/; revision=19873
This commit is contained in:
parent
b3dfc53d15
commit
10acccb622
10
pkgs/development/libraries/tre/default.nix
Normal file
10
pkgs/development/libraries/tre/default.nix
Normal 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";
|
||||
};
|
||||
|
||||
}
|
@ -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
Block a user