Loading pkgs/development/ocaml-modules/ocaml-gettext/stub.nix +4 −1 Original line number Diff line number Diff line { lib, buildDunePackage, ocaml, ocaml_gettext, dune-configurator, ounit }: buildDunePackage rec { lib.throwIf (lib.versionAtLeast ocaml.version "5.0") "gettext-stub is not available for OCaml ${ocaml.version}" buildDunePackage { pname = "gettext-stub"; Loading Loading
pkgs/development/ocaml-modules/ocaml-gettext/stub.nix +4 −1 Original line number Diff line number Diff line { lib, buildDunePackage, ocaml, ocaml_gettext, dune-configurator, ounit }: buildDunePackage rec { lib.throwIf (lib.versionAtLeast ocaml.version "5.0") "gettext-stub is not available for OCaml ${ocaml.version}" buildDunePackage { pname = "gettext-stub"; Loading