me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-camomile: Remove unneeded dependency.

* gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
master
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
1 changed files with 0 additions and 2 deletions

View File

@ -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"