mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
why3: remove spurious camlp5 dependency
This commit is contained in:
parent
b165ce0c4e
commit
f727a6aebe
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
# S-expression output for why3pp
|
||||
ppx_deriving ppx_sexp_conv
|
||||
# Coq Support
|
||||
coqPackages.coq coqPackages.flocq ocamlPackages.camlp5
|
||||
coqPackages.coq coqPackages.flocq
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with ocamlPackages; [ camlzip num re sexplib ];
|
||||
|
|
Loading…
Reference in a new issue