hol_light: fix (#518941)

This commit is contained in:
Vincent Laporte
2026-05-27 00:12:39 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -9,6 +9,7 @@
zarith,
camlp5,
camlp-streams,
pcre2,
bash,
}:
@@ -19,6 +20,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) ''
@@ -64,6 +66,7 @@ stdenv.mkDerivation {
];
propagatedBuildInputs = [
camlp-streams
pcre2
(if use_zarith then zarith else num)
];
+1 -1
View File
@@ -11239,7 +11239,7 @@ with pkgs;
enableUnfree = true;
};
inherit (ocamlPackages) hol_light;
inherit (ocaml-ng.ocamlPackages_5_3) hol_light;
isabelle-components = recurseIntoAttrs (callPackage ../by-name/is/isabelle/components { });