mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gnatPackages.gnatprove: Regroup buildInputs
Based on the why3 package.
This commit is contained in:
parent
2b49bf7160
commit
1c172a98ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user