Loading pkgs/development/tools/ocaml/ocaml-top/default.nix +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"; Loading @@ -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"; Loading Loading
pkgs/development/tools/ocaml/ocaml-top/default.nix +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"; Loading @@ -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"; Loading