about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-23 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2024-04-23 21:35:59 +0200
commit47108dafe28f9a0b0dcd8303e4c44e5b1421178e (patch)
tree59dbd3bf2d5c52e6c95bc7607da9a2886f83ca4f /pkgs/development
parente421acb18ab79f18c04c61d90fc7f23ee8483748 (diff)
ocamlPackages.ocaml-protoc-plugin: unbreak
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-protoc-plugin/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-protoc-plugin/default.nix b/pkgs/development/ocaml-modules/ocaml-protoc-plugin/default.nix
index ed9b299320d89..067b61212acec 100644
--- a/pkgs/development/ocaml-modules/ocaml-protoc-plugin/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-protoc-plugin/default.nix
@@ -49,9 +49,5 @@ buildDunePackage rec {
       and de-serialization function from a .proto file.
     '';
     maintainers = [ lib.maintainers.GirardR1006 ];
-    # Broken with Dune 3.15.1:
-    #   Error: Dependency cycle between:
-    #      %{read:config/support_proto3_optional.conf} at test/dune:16
-    broken = true;
   };
 }