ocamlPackages.cohttp: 0.99 => 1.0.0
ocamlPackages.git-http: mark as broken
This commit is contained in:
parent
3501d81585
commit
b2d90f1d64
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.99.0";
|
version = "1.0.0";
|
||||||
name = "ocaml${ocaml.version}-cohttp-${version}";
|
name = "ocaml${ocaml.version}-cohttp-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mirage";
|
owner = "mirage";
|
||||||
repo = "ocaml-cohttp";
|
repo = "ocaml-cohttp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0y8qhzfwrc6486apmp2rsj822cnfhnz4w8rsb52w5wqmsgjxx1bj";
|
sha256 = "0h9ak2bvhmcdxickvybpg45il33xszh2ksacpjgqrnnslxnh81ig";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib jbuilder jsonm ppx_fields_conv ppx_sexp_conv ];
|
buildInputs = [ ocaml findlib jbuilder jsonm ppx_fields_conv ppx_sexp_conv ];
|
||||||
|
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
|
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
|
||||||
inherit (git.meta) homepage license maintainers platforms;
|
inherit (git.meta) homepage license maintainers platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user