Loading pkgs/development/ocaml-modules/kafka/default.nix +19 −18 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ lib.throwIf (lib.versionAtLeast ocaml.version "5.0") "kafka is not available for OCaml ${ocaml.version}" buildDunePackage rec { buildDunePackage rec { pname = "kafka"; version = "0.5"; Loading Loading
pkgs/development/ocaml-modules/kafka/default.nix +19 −18 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ lib.throwIf (lib.versionAtLeast ocaml.version "5.0") "kafka is not available for OCaml ${ocaml.version}" buildDunePackage rec { buildDunePackage rec { pname = "kafka"; version = "0.5"; Loading