mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue