ocamlPackages.ocaml_text: remove at 0.8
Package is currently broken and no other package depend on it
This commit is contained in:
parent
ccb59f86d8
commit
38d21595b8
@ -1,25 +0,0 @@
|
||||
{ stdenv, lib, fetchzip, libiconv, ocaml, findlib, ocamlbuild, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ocaml-text";
|
||||
version = "0.8";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/vbmithr/ocaml-text/archive/${version}.tar.gz";
|
||||
sha256 = "11jamdfn5s19a0yvl012q1xvdk1grkp4rkrn819imqrvdplqkn1y";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild ncurses libiconv ];
|
||||
|
||||
configurePhase = "iconv_prefix=${libiconv} ocaml setup.ml -configure";
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = "http://ocaml-text.forge.ocamlcore.org/";
|
||||
description = "A library for convenient text manipulation";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
@ -928,8 +928,6 @@ let
|
||||
|
||||
syslog-message = callPackage ../development/ocaml-modules/syslog-message { };
|
||||
|
||||
ocaml_text = callPackage ../development/ocaml-modules/ocaml-text { };
|
||||
|
||||
ocaml-version = callPackage ../development/ocaml-modules/ocaml-version { };
|
||||
|
||||
ocf = callPackage ../development/ocaml-modules/ocf { };
|
||||
|
Loading…
Reference in New Issue
Block a user