about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/why3
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-10-31 07:53:32 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-11-01 20:37:57 +0100
commitf727a6aebe68a66e5d9d4291fd0b61e69aca77de (patch)
tree1029e07c52974c66e7aa5c50e3c774133149403c /pkgs/applications/science/logic/why3
parentb165ce0c4efbb74246714b5c66b6bcdce8cde175 (diff)
why3: remove spurious camlp5 dependency
Diffstat (limited to 'pkgs/applications/science/logic/why3')
-rw-r--r--pkgs/applications/science/logic/why3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix
index b9f14332f9d8c..78631486554aa 100644
--- a/pkgs/applications/science/logic/why3/default.nix
+++ b/pkgs/applications/science/logic/why3/default.nix
@@ -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 ];