python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / ocaml-gettext / stub.nix
blob75e739959c3c09ebb6d4e6a92e1dc0ee1e6d9144
1 { buildDunePackage, ocaml_gettext, dune-configurator, ounit }:
3 buildDunePackage rec {
5   pname = "gettext-stub";
7   inherit (ocaml_gettext) src version;
9   buildInputs = [ dune-configurator ];
11   propagatedBuildInputs = [ ocaml_gettext ];
13   doCheck = true;
15   checkInputs = [ ounit ];
17   meta = builtins.removeAttrs ocaml_gettext.meta  [ "mainProgram" ];