summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-11-27 21:55:19 +0100
committerJulien Lepiller <julien@lepiller.eu>2019-11-30 15:50:41 +0100
commitc5fb14f569cfdd07c8ab60064544ddef07ae5808 (patch)
treee6f50c1e5e91cb6859bc97d6a7b1518dcb546846 /gnu/packages/ocaml.scm
parentc8b309ec8960ff269d55ff59c6ed90132f0ff9d5 (diff)
downloadguix-patches-c5fb14f569cfdd07c8ab60064544ddef07ae5808.tar
guix-patches-c5fb14f569cfdd07c8ab60064544ddef07ae5808.tar.gz
gnu: ocaml-camomile: Remove unneeded dependency.
* gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 972d6d3979..a9a8cbd6a9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3020,8 +3020,6 @@ the plugins facilitate extensibility, and the frontends serve as entry points.")
(base32
"0chn7ldqb3wyf95yhmsxxq65cif56smgz1mhhc7m0dpwmyq1k97h"))))
(build-system dune-build-system)
- (native-inputs
- `(("camlp4" ,camlp4)))
(arguments
`(#:build-flags (list "--profile" "release")
#:test-target "camomile-test"