diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9cd29f2004..4a6cec4bd9 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -492,8 +492,7 @@ the opam file fomat.") `(("dune" ,dune) ("git" ,git) ;for the tests ("ocaml-cppo" ,ocaml-cppo) - ("python" ,python) ;for the tests - ("camlp4" ,camlp4))) + ("python" ,python))) ;for the tests (inputs `(("ocaml" ,ocaml) ("ncurses" ,ncurses) |