gnu: ocaml-camomile: Remove unneeded dependency.

* gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
This commit is contained in:
Julien Lepiller 2019-11-27 21:55:19 +01:00
parent c8b309ec89
commit c5fb14f569
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -3020,8 +3020,6 @@ (define-public ocaml-camomile
(base32
"0chn7ldqb3wyf95yhmsxxq65cif56smgz1mhhc7m0dpwmyq1k97h"))))
(build-system dune-build-system)
(native-inputs
`(("camlp4" ,camlp4)))
(arguments
`(#:build-flags (list "--profile" "release")
#:test-target "camomile-test"