gnatPackages.gnatprove: Regroup buildInputs

Based on the why3 package.
This commit is contained in:
Thomas Heijligen 2024-05-22 18:07:34 +00:00 committed by sternenseemann
parent 2b49bf7160
commit 1c172a98ea

View File

@ -49,20 +49,27 @@ stdenv.mkDerivation rec {
gnat
gprbuild
python3
ocamlPackages.ocaml
makeWrapper
];
] ++ (with ocamlPackages; [
ocaml
findlib
menhir
]);
buildInputs = [
gnatcoll-core
ocamlPackages.camlzip
ocamlPackages.findlib
ocamlPackages.menhir
ocamlPackages.menhirLib
ocamlPackages.num
ocamlPackages.yojson
ocamlPackages.zarith
];
] ++ (with ocamlPackages; [
ocamlgraph
zarith
ppx_deriving
ppx_sexp_conv
camlzip
menhirLib
num
re
sexplib
yojson
]);
propagatedBuildInputs = [
gprbuild