Avoid top-level with ...;
in pkgs/development/interpreters/eff/default.nix
This commit is contained in:
parent
4fc3979c5b
commit
d3b17d0b54
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user