hol_light: fix

This commit is contained in:
Vincent Laporte
2026-05-11 08:33:49 +02:00
parent 81b6b2dc56
commit 823a2a5430
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
@@ -11479,7 +11479,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 { });