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

This commit is contained in:
Philip Taron 2024-03-14 16:17:45 -07:00 committed by Vincent Laporte
parent 4fc3979c5b
commit d3b17d0b54

View File

@ -1,6 +1,10 @@
{ lib, fetchFromGitHub, ocamlPackages }:
with ocamlPackages; buildDunePackage rec {
let
inherit (ocamlPackages) buildDunePackage js_of_ocaml menhir;
in
buildDunePackage rec {
pname = "eff";
version = "5.1";