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

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

parent 71c70972
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, ocamlPackages }:

with ocamlPackages;
let
  inherit (ocamlPackages)
    buildDunePackage
    cmdliner
    github
    github-unix
    lwt_ssl
    opam-core
    opam-format
    opam-state
    ;
in

buildDunePackage rec {
  pname = "opam-publish";