hol_light: fix
This commit is contained in:
@@ -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)
|
||||
];
|
||||
|
||||
|
||||
@@ -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 { });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user