summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-11-27 20:34:36 +0100
committerJulien Lepiller <julien@lepiller.eu>2019-11-30 15:49:43 +0100
commit8146ec55589d0e8967fca6325fcee60f9efd40ab (patch)
tree1fd86daaaec21c4cc660d389d5f4c702e4a6ff3f /gnu/packages/ocaml.scm
parenta651323813b5bd46e0b6ac6b9ce28b05e5489e98 (diff)
downloadpatches-8146ec55589d0e8967fca6325fcee60f9efd40ab.tar
patches-8146ec55589d0e8967fca6325fcee60f9efd40ab.tar.gz
gnu: opam: Remove unneeded dependency on deprecated camlp4.
gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm3
1 files changed, 1 insertions, 2 deletions
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)