diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-10-16 17:02:56 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-11-10 16:03:31 +0100 |
commit | b35b661b89fc8d9bb9962874c5af5a83cf046c33 (patch) | |
tree | e2792b64c82562160f27c09e8790fd4541e430e1 /gnu | |
parent | 3096068ca5eafc28aea91c65d78bbe63528f3fea (diff) |
gnu: ocaml-ppx-tools-versioned: Use release profile.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release
profile.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 7415bf741b..f26376b236 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1482,7 +1482,8 @@ functions to the next and/or previous version.") "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"))) |