bs-platform: 7.2.0 -> 7.3.1

This commit is contained in:
Antonio Nuno Monteiro 2020-04-16 15:44:39 -07:00
parent e14c4ba970
commit a6f776bba5
No known key found for this signature in database
GPG Key ID: 5B5AF478F0A6392D
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp -rf jscomp lib ${bin_folder} vendor odoc_gen native bsb bsc bsrefmt $out cp -rf jscomp lib ${bin_folder} vendor odoc_gen native bsb bsc bsrefmt $out
mkdir $out/lib/ocaml mkdir -p $out/lib/ocaml
cp jscomp/runtime/js.* jscomp/runtime/*.cm* $out/lib/ocaml cp jscomp/runtime/js.* jscomp/runtime/*.cm* $out/lib/ocaml
cp jscomp/others/*.ml jscomp/others/*.mli jscomp/others/*.cm* $out/lib/ocaml cp jscomp/others/*.ml jscomp/others/*.mli jscomp/others/*.cm* $out/lib/ocaml
cp jscomp/stdlib-406/*.ml jscomp/stdlib-406/*.mli jscomp/stdlib-406/*.cm* $out/lib/ocaml cp jscomp/stdlib-406/*.ml jscomp/stdlib-406/*.mli jscomp/stdlib-406/*.cm* $out/lib/ocaml

View File

@ -4,14 +4,14 @@ let
in in
(build-bs-platform rec { (build-bs-platform rec {
inherit stdenv runCommand fetchFromGitHub ninja nodejs python3; inherit stdenv runCommand fetchFromGitHub ninja nodejs python3;
version = "7.2.0"; version = "7.3.1";
ocaml-version = "4.06.1"; ocaml-version = "4.06.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BuckleScript"; owner = "BuckleScript";
repo = "bucklescript"; repo = "bucklescript";
rev = version; rev = version;
sha256 = "1fsx7gvcp6rbqd0qf5fix02mbbmk9rgm09zbwjrx0lp5cjv3n2s4"; sha256 = "14vp6cl5ml7xb3pd0paqajb50qv62l8j5m8hi3b6fh0pm68j1yxd";
fetchSubmodules = true; fetchSubmodules = true;
}; };
}).overrideAttrs (attrs: { }).overrideAttrs (attrs: {