Merge pull request #197097 from symphorien/remove_prof_spacetime
ocamlPackages.prof_spacetime: remove
This commit is contained in:
commit
c17cba12e7
2 changed files with 0 additions and 47 deletions
|
@ -1,45 +0,0 @@
|
|||
{ buildDunePackage
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, ocaml
|
||||
, cmdliner
|
||||
, spacetime_lib
|
||||
, yojson
|
||||
, cohttp
|
||||
, ocaml_lwt
|
||||
, cohttp-lwt-unix
|
||||
, lambda-term
|
||||
, stdlib-shims
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "prof_spacetime";
|
||||
version = "0.3.0";
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lpw25";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1s88gf6x5almmyi58zx4q23w89mvahfjwhvyfg29ya5s1pjbc9hi";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
cmdliner
|
||||
spacetime_lib
|
||||
yojson
|
||||
cohttp
|
||||
ocaml_lwt
|
||||
cohttp-lwt-unix
|
||||
lambda-term
|
||||
stdlib-shims
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A viewer for OCaml spacetime profiles";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.symphorien ];
|
||||
broken = true; # 2022-10-20, doesn't work with updated lambda-term
|
||||
inherit (src.meta) homepage;
|
||||
};
|
||||
}
|
|
@ -1326,8 +1326,6 @@ let
|
|||
|
||||
process = callPackage ../development/ocaml-modules/process { };
|
||||
|
||||
prof_spacetime = callPackage ../development/ocaml-modules/prof_spacetime { };
|
||||
|
||||
progress = callPackage ../development/ocaml-modules/progress { };
|
||||
|
||||
promise_jsoo = callPackage ../development/ocaml-modules/promise_jsoo { };
|
||||
|
|
Loading…
Reference in a new issue