guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: ocaml-bisect-ppx: Add upstream-name.


From: guix-commits
Subject: 06/09: gnu: ocaml-bisect-ppx: Add upstream-name.
Date: Thu, 7 Oct 2021 22:34:45 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit bf64ef1a83ce13bb157e58ec25947454f23152ec
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 03:54:06 2021 +0200

    gnu: ocaml-bisect-ppx: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-bisect-ppx)[properties]: Add
    upstream-name.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 783eea0..c684659 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6546,6 +6546,7 @@ combinators.")
     (arguments
      ;; Tests require ocamlformat which would lead to circular dependencies
      '(#:tests? #f))
+    (properties '((upstream-name . "bisect_ppx")))
     (home-page "https://github.com/aantron/bisect_ppx";)
     (synopsis "Code coverage for OCaml")
     (description "Bisect_ppx helps you test thoroughly.  It is a small



reply via email to

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