gnu: opam: Remove unneeded dependency on deprecated camlp4.

gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
This commit is contained in:
Julien Lepiller 2019-11-27 20:34:36 +01:00
parent a651323813
commit 8146ec5558
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -492,8 +492,7 @@ (define-public opam
`(("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)