gnu: opam: Remove unneeded dependency on deprecated camlp4.
gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.master
parent
a651323813
commit
8146ec5558
|
@ -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)
|
||||
|
|
Reference in New Issue