ocamlPackages.cohttp: 0.99 => 1.0.0

ocamlPackages.git-http: mark as broken
This commit is contained in:
Michiel Leenaars
2017-11-18 23:55:53 +00:00
committed by Vincent Laporte
parent 3501d81585
commit b2d90f1d64
2 changed files with 3 additions and 2 deletions

View File

@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Client implementation of the Smart HTTP Git protocol in pure OCaml";
inherit (git.meta) homepage license maintainers platforms;
broken = true;
};
}