mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ocaml-ppx-tools-versioned: Use release profile.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release profile.
This commit is contained in:
parent
3096068ca5
commit
b35b661b89
1 changed files with 2 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue