ocamlPackages: remove duplicated definitions
This commit is contained in:
committed by
Profpatsch
parent
1dac99b7c9
commit
1cff0701ef
@@ -1,21 +0,0 @@
|
||||
{ stdenv, fetchurl, ocaml, jbuilder, findlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-ocaml-compiler-libs-0.9.0";
|
||||
src = fetchurl {
|
||||
url = http://ocaml.janestreet.com/ocaml-core/v0.9/files/ocaml-compiler-libs-v0.9.0.tar.gz;
|
||||
sha256 = "0ipi56vg227924ahi9vv926jn16br9zfipm6a3xd4xrl5pxkvzaz";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml jbuilder findlib ];
|
||||
|
||||
inherit (jbuilder) installPhase;
|
||||
|
||||
meta = {
|
||||
description = "OCaml compiler libraries repackaged";
|
||||
homepage = https://github.com/janestreet/ocaml-compiler-libs;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
};
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{ stdenv, fetchurl, ocaml, jbuilder, findlib
|
||||
, ocaml-compiler-libs, ocaml-migrate-parsetree
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-ppx_ast-0.9.0";
|
||||
src = fetchurl {
|
||||
url = http://ocaml.janestreet.com/ocaml-core/v0.9/files/ppx_ast-v0.9.0.tar.gz;
|
||||
sha256 = "1hirfmxr8hkf3p39k1pqidabxxhd541d6ddfaqpgxbl51bw9ddmz";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml jbuilder findlib ];
|
||||
propagatedBuildInputs = [ ocaml-compiler-libs ocaml-migrate-parsetree ];
|
||||
|
||||
inherit (jbuilder) installPhase;
|
||||
|
||||
meta = {
|
||||
description = "OCaml AST used by Jane Street ppx rewriters";
|
||||
homepage = https://github.com/janestreet/ppx_ast;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
};
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{ stdenv, fetchurl, ocaml, jbuilder, findlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-ppx_traverse_builtins-0.9.0";
|
||||
src = fetchurl {
|
||||
url = http://ocaml.janestreet.com/ocaml-core/v0.9/files/ppx_traverse_builtins-v0.9.0.tar.gz;
|
||||
sha256 = "0zmf9kybll0xn8dsj10v260l0zwjyykimqml9rl7xqyjyl1rmnx6";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml jbuilder findlib ];
|
||||
|
||||
inherit (jbuilder) installPhase;
|
||||
|
||||
meta = {
|
||||
description = "Builtins for Ppx_traverse";
|
||||
homepage = https://github.com/janestreet/ppx_traverse_builtins;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user