ocamlPackages.gettext-stub: disable for OCaml ≥ 5.0
This commit is contained in:
parent
b03530d287
commit
971718f1d9
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{ 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…
Reference in a new issue