From 8cd130f9f94aad1b7a4b489efb5c6ebb0b20dd57 Mon Sep 17 00:00:00 2001 From: José Romildo Date: Tue, 11 Oct 2022 23:03:28 -0300 Subject: ocamlPackages.gen_js_api: 1.0.9 -> 1.1.1 --- pkgs/development/ocaml-modules/gen_js_api/default.nix | 4 ++-- pkgs/development/ocaml-modules/gen_js_api/ojs.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/development/ocaml-modules/gen_js_api') diff --git a/pkgs/development/ocaml-modules/gen_js_api/default.nix b/pkgs/development/ocaml-modules/gen_js_api/default.nix index e0474cdac6a89..fa86c0e710bf6 100644 --- a/pkgs/development/ocaml-modules/gen_js_api/default.nix +++ b/pkgs/development/ocaml-modules/gen_js_api/default.nix @@ -9,13 +9,13 @@ buildDunePackage rec { pname = "gen_js_api"; - version = "1.0.9"; + version = "1.1.1"; src = fetchFromGitHub { owner = "LexiFi"; repo = pname; rev = "v${version}"; - sha256 = "1qx6if1avr484bl9x1h0cksdc6gqw5i4pwzdr27h46hppnnvi8y8"; + sha256 = "sha256-0FKKYPbSBza/Q6oZniq/UHi5zBjD/i7j5ds3ZDWkBTs="; }; minimalOCamlVersion = "4.08"; diff --git a/pkgs/development/ocaml-modules/gen_js_api/ojs.nix b/pkgs/development/ocaml-modules/gen_js_api/ojs.nix index 722f9fa7f6e15..381fda7acd930 100644 --- a/pkgs/development/ocaml-modules/gen_js_api/ojs.nix +++ b/pkgs/development/ocaml-modules/gen_js_api/ojs.nix @@ -1,5 +1,6 @@ { buildDunePackage , gen_js_api +, js_of_ocaml-compiler }: buildDunePackage rec { @@ -7,6 +8,8 @@ buildDunePackage rec { inherit (gen_js_api) version src; + propagatedBuildInputs = [ js_of_ocaml-compiler ]; + doCheck = false; # checks depend on gen_js_api, which is a cycle minimalOCamlVersion = "4.08"; -- cgit 1.4.1