Loading pkgs/development/ocaml-modules/angstrom/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildDunePackage rec { checkInputs = [ alcotest ppx_let ]; buildInputs = [ ocaml-syntax-shims ]; propagatedBuildInputs = [ bigstringaf result ]; doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = { homepage = "https://github.com/inhabitedtype/angstrom"; Loading pkgs/development/ocaml-modules/base64/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildDunePackage rec { }; # otherwise fmt breaks evaluation doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; checkInputs = [ alcotest bos rresult ]; meta = { Loading pkgs/development/ocaml-modules/bigarray-overlap/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl { lib, buildDunePackage, ocaml, fetchurl , bigarray-compat, alcotest, astring, fpath, bos, findlib, pkg-config }: Loading @@ -20,7 +20,7 @@ buildDunePackage rec { nativeBuildInputs = [ findlib pkg-config ]; checkInputs = [ alcotest astring fpath bos ]; doCheck = true; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = with lib; { homepage = "https://github.com/dinosaure/overlap"; Loading pkgs/development/ocaml-modules/bigstringaf/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildDunePackage rec { nativeBuildInputs = [ pkg-config ]; checkInputs = [ alcotest ]; propagatedBuildInputs = [ bigarray-compat ]; doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = { description = "Bigstring intrinsics and fast blits based on memcpy/memmove"; Loading pkgs/development/ocaml-modules/callipyge/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ buildDunePackage rec { propagatedBuildInputs = [ fmt eqaf ]; # alcotest isn't available for OCaml < 4.05 due to fmt doCheck = lib.versionAtLeast ocaml.version "4.05"; # alcotest isn't available for OCaml < 4.08 due to fmt doCheck = lib.versionAtLeast ocaml.version "4.08"; checkInputs = [ alcotest ]; meta = { Loading Loading
pkgs/development/ocaml-modules/angstrom/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildDunePackage rec { checkInputs = [ alcotest ppx_let ]; buildInputs = [ ocaml-syntax-shims ]; propagatedBuildInputs = [ bigstringaf result ]; doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = { homepage = "https://github.com/inhabitedtype/angstrom"; Loading
pkgs/development/ocaml-modules/base64/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildDunePackage rec { }; # otherwise fmt breaks evaluation doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; checkInputs = [ alcotest bos rresult ]; meta = { Loading
pkgs/development/ocaml-modules/bigarray-overlap/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl { lib, buildDunePackage, ocaml, fetchurl , bigarray-compat, alcotest, astring, fpath, bos, findlib, pkg-config }: Loading @@ -20,7 +20,7 @@ buildDunePackage rec { nativeBuildInputs = [ findlib pkg-config ]; checkInputs = [ alcotest astring fpath bos ]; doCheck = true; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = with lib; { homepage = "https://github.com/dinosaure/overlap"; Loading
pkgs/development/ocaml-modules/bigstringaf/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildDunePackage rec { nativeBuildInputs = [ pkg-config ]; checkInputs = [ alcotest ]; propagatedBuildInputs = [ bigarray-compat ]; doCheck = lib.versionAtLeast ocaml.version "4.05"; doCheck = lib.versionAtLeast ocaml.version "4.08"; meta = { description = "Bigstring intrinsics and fast blits based on memcpy/memmove"; Loading
pkgs/development/ocaml-modules/callipyge/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ buildDunePackage rec { propagatedBuildInputs = [ fmt eqaf ]; # alcotest isn't available for OCaml < 4.05 due to fmt doCheck = lib.versionAtLeast ocaml.version "4.05"; # alcotest isn't available for OCaml < 4.08 due to fmt doCheck = lib.versionAtLeast ocaml.version "4.08"; checkInputs = [ alcotest ]; meta = { Loading