Avoid top-level with ...;
in pkgs/development/tools/ocaml/ocaml-top/default.nix
This commit is contained in:
parent
6938c6ae78
commit
9df9593b0c
@ -1,6 +1,10 @@
|
||||
{ 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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user