ocamlPackages.estring: remove broken

This commit is contained in:
Vincent Laporte 2021-12-08 11:45:36 +01:00
parent 7aa74d9a13
commit ea2f45793d
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 23 deletions

View File

@ -1,21 +0,0 @@
{ lib, buildOcaml, ocaml, fetchurl }:
if lib.versionAtLeast ocaml.version "4.06"
then throw "estring is not available for OCaml ${ocaml.version}"
else
buildOcaml rec {
pname = "estring";
version = "1.3";
src = fetchurl {
url = "https://forge.ocamlcore.org/frs/download.php/1012/estring-${version}.tar.gz";
sha256 = "0b6znz5igm8pp28w4b7sgy82rpd9m5aw6ss933rfbw1mrh05gvcg";
};
meta = with lib; {
homepage = "http://estring.forge.ocamlcore.org/";
description = "Extension for string literals";
license = licenses.bsd3;
};
}

View File

@ -359,8 +359,6 @@ let
erm_xmpp = callPackage ../development/ocaml-modules/erm_xmpp { };
estring = callPackage ../development/ocaml-modules/estring { };
ethernet = callPackage ../development/ocaml-modules/ethernet { };
ezjsonm = callPackage ../development/ocaml-modules/ezjsonm { };