gnu: opam: Remove unneeded dependency on deprecated camlp4.
gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
This commit is contained in:
parent
a651323813
commit
8146ec5558
1 changed files with 1 additions and 2 deletions
|
@ -492,8 +492,7 @@ the opam file fomat.")
|
||||||
`(("dune" ,dune)
|
`(("dune" ,dune)
|
||||||
("git" ,git) ;for the tests
|
("git" ,git) ;for the tests
|
||||||
("ocaml-cppo" ,ocaml-cppo)
|
("ocaml-cppo" ,ocaml-cppo)
|
||||||
("python" ,python) ;for the tests
|
("python" ,python))) ;for the tests
|
||||||
("camlp4" ,camlp4)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml" ,ocaml)
|
`(("ocaml" ,ocaml)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
|
|
Reference in a new issue