Commit 971718f1 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.gettext-stub: disable for OCaml ≥ 5.0

parent b03530d2
Loading
Loading
Loading
Loading
+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";