hol_light: fix

(cherry picked from commit 823a2a5430)
This commit is contained in:
Vincent Laporte
2026-05-11 08:33:49 +02:00
parent a4060a48e9
commit 8bcdbf7529
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
zarith,
camlp5,
camlp-streams,
pcre2,
}:
let
@@ -18,6 +19,7 @@ let
''
-I ${zarith}/lib/ocaml/${ocaml.version}/site-lib/zarith \
-I ${zarith}/lib/ocaml/${ocaml.version}/site-lib/stublibs \
-I ${pcre2}/lib/ocaml/${ocaml.version}/site-lib/stublibs \
''
else
lib.optionalString (num != null) ''
@@ -61,6 +63,7 @@ stdenv.mkDerivation {
];
propagatedBuildInputs = [
camlp-streams
pcre2
(if use_zarith then zarith else num)
];

View File

@@ -13661,7 +13661,7 @@ with pkgs;
enableUnfree = true;
};
inherit (ocamlPackages) hol_light;
inherit (ocaml-ng.ocamlPackages_5_3) hol_light;
isabelle = callPackage ../by-name/is/isabelle/package.nix {
polyml = polyml.overrideAttrs {