Loading pkgs/development/ocaml-modules/arp/default.nix +3 −1 Original line number Diff line number Diff line { lib , stdenv , buildDunePackage , fetchurl , cstruct Loading Loading @@ -48,7 +49,8 @@ buildDunePackage rec { mirage-time ]; doCheck = true; ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin. doCheck = ! stdenv.isDarwin; checkInputs = [ alcotest mirage-clock-unix Loading pkgs/development/ocaml-modules/cohttp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ buildDunePackage rec { pname = "cohttp"; version = "5.0.0"; version = "5.1.0"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz"; sha256 = "sha256-/W/0uGyBg1XWGzoIYoWW2/UX1qfabo7exIG7BlPKWgU="; url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz"; sha256 = "sha256-mINgeBO7DSsWd84gYjQNUQFqbh8KBZ+S2bYI/iVWMAc="; }; buildInputs = [ jsonm ppx_sexp_conv ]; Loading Loading
pkgs/development/ocaml-modules/arp/default.nix +3 −1 Original line number Diff line number Diff line { lib , stdenv , buildDunePackage , fetchurl , cstruct Loading Loading @@ -48,7 +49,8 @@ buildDunePackage rec { mirage-time ]; doCheck = true; ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin. doCheck = ! stdenv.isDarwin; checkInputs = [ alcotest mirage-clock-unix Loading
pkgs/development/ocaml-modules/cohttp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ buildDunePackage rec { pname = "cohttp"; version = "5.0.0"; version = "5.1.0"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz"; sha256 = "sha256-/W/0uGyBg1XWGzoIYoWW2/UX1qfabo7exIG7BlPKWgU="; url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz"; sha256 = "sha256-mINgeBO7DSsWd84gYjQNUQFqbh8KBZ+S2bYI/iVWMAc="; }; buildInputs = [ jsonm ppx_sexp_conv ]; Loading