gnu: ocaml-ppx-tools-versioned: Use release profile.

* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release
profile.
This commit is contained in:
Julien Lepiller 2020-10-16 17:02:56 +02:00
parent 3096068ca5
commit b35b661b89
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1482,7 +1482,8 @@ (define-public ocaml-ppx-tools-versioned
"07lnj4yzwvwyh5fhpp1dxrys4ddih15jhgqjn59pmgxinbnddi66"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))
`(#:test-target "."
#:package "ppx_tools_versioned"))
(propagated-inputs
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)))
(properties `((upstream-name . "ppx_tools_versioned")))