mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
ocamlPackages.ocaml_gettext: disable tests
This commit is contained in:
parent
fb134d8dc5
commit
ae179a485e
@ -2,7 +2,7 @@
|
||||
|
||||
buildDunePackage {
|
||||
pname = "gettext-camomile";
|
||||
inherit (ocaml_gettext) src version useDune2;
|
||||
inherit (ocaml_gettext) src version;
|
||||
|
||||
propagatedBuildInputs = [ camomile ocaml_gettext ];
|
||||
|
||||
|
@ -4,9 +4,7 @@ buildDunePackage rec {
|
||||
pname = "gettext";
|
||||
version = "0.4.2";
|
||||
|
||||
minimumOCamlVersion = "4.03";
|
||||
|
||||
useDune2 = true;
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/gildor478/ocaml-gettext/releases/download/v${version}/gettext-v${version}.tbz";
|
||||
@ -17,7 +15,8 @@ buildDunePackage rec {
|
||||
|
||||
propagatedBuildInputs = [ gettext fileutils ];
|
||||
|
||||
doCheck = true;
|
||||
# Tests for version 0.4.2 are not compatible with OUnit 2.2.6
|
||||
doCheck = false;
|
||||
|
||||
checkInputs = [ ounit ];
|
||||
|
||||
|
@ -4,7 +4,7 @@ buildDunePackage rec {
|
||||
|
||||
pname = "gettext-stub";
|
||||
|
||||
inherit (ocaml_gettext) src version useDune2;
|
||||
inherit (ocaml_gettext) src version;
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user