diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 03:54:06 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 04:34:06 +0200 |
commit | bf64ef1a83ce13bb157e58ec25947454f23152ec (patch) | |
tree | 9b42216d67b70c9a3abffde5a4f39d6d2694a1ea /gnu | |
parent | 9eea1f8f6f7ebe065734817f3148ec36096f0c29 (diff) | |
download | guix-bf64ef1a83ce13bb157e58ec25947454f23152ec.tar.gz guix-bf64ef1a83ce13bb157e58ec25947454f23152ec.zip |
gnu: ocaml-bisect-ppx: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx)[properties]: Add
upstream-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 783eea0486..c684659362 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 |