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

Avoid top-level `with ...;` in pkgs/development/interpreters/eff/default.nix

parent 4fc3979c
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 js_of_ocaml menhir;
in

buildDunePackage rec {
  pname = "eff";
  version = "5.1";