mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Avoid top-level with ...;
in pkgs/development/tools/ocaml/opam-publish/default.nix
This commit is contained in:
parent
71c7097220
commit
6938c6ae78
@ -1,6 +1,17 @@
|
||||
{ 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";
|
||||
|
Loading…
Reference in New Issue
Block a user