Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 94182e2

Browse files
committed
Fix
1 parent fc03040 commit 94182e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grpc.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ depexts: [
2929
]
3030

3131
build: ["dune" "build" "--profile" "release" "-j" jobs "-p" name]
32+
install: ["dune" "build" "--release" "@install"]
3233

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let
1414
in
1515
{ inherit (sources) ocaml-protoc-plugin; }
1616
// (builtins.listToAttrs
17-
(builtins.map (name: { inherit name; value = src'; }) localPackages) );
17+
(builtins.map (name': { name = lib.strings.removeSuffix ".opam" name'; value = src'; }) localPackages) );
1818

1919
devPackages = [ "utop" "ocaml-lsp-server" "odoc" ];
2020

0 commit comments

Comments
 (0)