Commit 9df9593b authored by Philip Taron's avatar Philip Taron Committed by Vincent Laporte
Browse files

Avoid top-level `with ...;` in pkgs/development/tools/ocaml/ocaml-top/default.nix

parent 6938c6ae
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, ocamlPackages }:

with ocamlPackages; buildDunePackage rec {
let
  inherit (ocamlPackages) buildDunePackage lablgtk3-sourceview3 ocp-index;
in

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