Commit 573366e2 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocaml-top: remove unused dependencies

parent ab9b0e70
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, ncurses, ocamlPackages }:
{ lib, fetchFromGitHub, ocamlPackages }:

with ocamlPackages; buildDunePackage rec {
  pname = "ocaml-top";
  version = "1.2.0";

  duneVersion = "3";

  src = fetchFromGitHub {
    owner = "OCamlPro";
    repo = "ocaml-top";
@@ -13,13 +11,7 @@ with ocamlPackages; buildDunePackage rec {
    hash = "sha256-xmPGGB/zUpfeAxUIhR1PhfoESAJq7sTpqHuf++EH3Lw=";
  };

  nativeBuildInputs = [ ocp-build ];
  buildInputs = [ ncurses lablgtk3-sourceview3 ocp-index ];

  configurePhase = ''
    export TERM=xterm
    ocp-build -init
  '';
  buildInputs = [ lablgtk3-sourceview3 ocp-index ];

  meta = {
    homepage = "https://www.typerex.org/ocaml-top.html";