trv: remove at 0.1.3
This commit is contained in:
parent
00bd957225
commit
fca7f386db
3 changed files with 0 additions and 41 deletions
|
@ -1,37 +0,0 @@
|
|||
{stdenv, fetchFromGitHub, ocaml, findlib, camlp4, core_p4, async_p4, async_unix_p4
|
||||
, re2_p4, async_extra_p4, sexplib_p4, async_shell, core_extended_p4, async_find
|
||||
, cohttp, conduit, magic-mime
|
||||
}:
|
||||
|
||||
assert stdenv.lib.versionOlder "4.02" ocaml.version;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "trv";
|
||||
version = "0.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "afiniate";
|
||||
repo = "trv";
|
||||
rev = version;
|
||||
sha256 = "0fv0zh76djqhkzfzwv6k60rnky50pw9gn01lwhijrggrcxrrphz1";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [ ocaml findlib camlp4 ];
|
||||
propagatedBuildInputs = [ core_p4 async_p4 async_unix_p4
|
||||
async_extra_p4 sexplib_p4 async_shell core_extended_p4
|
||||
async_find cohttp conduit magic-mime re2_p4 ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
dontStrip = true;
|
||||
|
||||
installFlags = [ "SEMVER=${version}" "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/afiniate/trv;
|
||||
description = "Shim for vrt to enable bootstrapping";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ericbmerritt ];
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
|
@ -8986,8 +8986,6 @@ in
|
|||
stdenv = gccStdenv;
|
||||
};
|
||||
|
||||
inherit (ocaml-ng.ocamlPackages_4_02) trv;
|
||||
|
||||
bupc = callPackage ../development/compilers/bupc { };
|
||||
|
||||
urn = callPackage ../development/compilers/urn { };
|
||||
|
|
|
@ -1207,8 +1207,6 @@ let
|
|||
|
||||
ocamlnat = callPackage ../development/ocaml-modules/ocamlnat { };
|
||||
|
||||
trv = callPackage ../development/tools/misc/trv { };
|
||||
|
||||
omake_rc1 = callPackage ../development/tools/ocaml/omake/0.9.8.6-rc1.nix { };
|
||||
|
||||
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
|
||||
|
|
Loading…
Reference in a new issue