civodul pushed a commit to branch master
in repository guix.
commit 5fc9d71bac22c2e41543b6e9c2cc120c3b864642
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Sep 6 23:25:30 2021 +0200
gnu: [email protected]: Use 'ocaml-ounit', not 'ocaml-ounit2'.
* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
---
gnu/packages/ocaml.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ecaf024..e8161f0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6503,6 +6503,9 @@ stream, and convert everything to UTF-8.")
(sha256
(base32
"0aif4abvfmi9xc1pvw5n5rbm6rzkkpsxyvdn0lanr33rjpvkwdlm"))))
+ (native-inputs
+ `(("ocaml-ounit" ,ocaml-ounit)
+ ("pkg-config" ,pkg-config)))
(properties '())))
(define-public ocaml-tyxml