hol_light: 2018-09-30 -> 2019-03-27

This commit is contained in:
Vincent Laporte 2019-03-30 15:29:33 +00:00 committed by Vincent Laporte
parent 82b8ff405b
commit 50a03f8632
2 changed files with 4 additions and 6 deletions

View File

@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation {
name = "hol_light-2018-09-30";
name = "hol_light-2019-03-27";
src = fetchFromGitHub {
owner = "jrh13";
repo = "hol-light";
rev = "27e09dd27834de46e917057710e9d8ded51a4c9f";
sha256 = "1p0rm08wnc2lsrh3xzhlq3zdhzqcv1lbqnkwx3aybrqhbg1ixc1d";
rev = "a2b487b38d9da47350f1b4316e34a8fa4cf7a40a";
sha256 = "1qlidl15qi8w4si8wxcmj8yg2srsb0q4k1ad9yd91sgx9h9aq8fk";
};
buildInputs = [ ocaml camlp5 ];

View File

@ -1059,9 +1059,7 @@ let
enableX11 = config.unison.enableX11 or true;
};
hol_light = callPackage ../applications/science/logic/hol_light {
camlp5 = callPackage ../development/tools/ocaml/camlp5 { legacy = true; };
};
hol_light = callPackage ../applications/science/logic/hol_light { };
})).overrideScope' liftJaneStreet;