guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: ocaml-ppx-tools-versioned: Use release profile.


From: guix-commits
Subject: 05/07: gnu: ocaml-ppx-tools-versioned: Use release profile.
Date: Tue, 10 Nov 2020 10:06:15 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit b35b661b89fc8d9bb9962874c5af5a83cf046c33
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 16 17:02:56 2020 +0200

    gnu: ocaml-ppx-tools-versioned: Use release profile.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release
    profile.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7415bf7..f26376b 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]