ocamlPackages.doc-ock-html: remove at 1.2.1

This is now part of ocamlPackages.odoc
This commit is contained in:
Vincent Laporte 2019-10-15 06:03:42 +00:00
parent 983df8cd79
commit 960dfbc5b4
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 24 deletions

View file

@ -1,22 +0,0 @@
{ stdenv, fetchFromGitHub, buildDunePackage, doc-ock, tyxml, xmlm }:
buildDunePackage rec {
pname = "doc-ock-html";
version = "1.2.1";
src = fetchFromGitHub {
owner = "ocaml-doc";
repo = pname;
rev = "v${version}";
sha256 = "1y620h48qrplmcm78g7c78zibpkai4j3icwmnx95zb3r8xq8554y";
};
propagatedBuildInputs = [ doc-ock tyxml xmlm ];
meta = {
description = "From doc-ock to HTML";
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (src.meta) homepage;
};
}

View file

@ -213,8 +213,6 @@ let
doc-ock = callPackage ../development/ocaml-modules/doc-ock { };
doc-ock-html = callPackage ../development/ocaml-modules/doc-ock-html { };
doc-ock-xml = callPackage ../development/ocaml-modules/doc-ock-xml { };
dolmen = callPackage ../development/ocaml-modules/dolmen { };