From 8146ec55589d0e8967fca6325fcee60f9efd40ab Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 27 Nov 2019 20:34:36 +0100 Subject: gnu: opam: Remove unneeded dependency on deprecated camlp4. gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4. --- gnu/packages/ocaml.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') 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) -- cgit 1.4.1