summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-09-06 23:25:30 +0200
committerLudovic Courtès <ludo@gnu.org>2021-09-06 23:27:40 +0200
commit5fc9d71bac22c2e41543b6e9c2cc120c3b864642 (patch)
tree4f6cacfd88b08b7799408707afbe3d9d147aee44 /gnu/packages/ocaml.scm
parent153fd217b62a3d57d00f2ce440cf010f5070e886 (diff)
downloadguix-patches-5fc9d71bac22c2e41543b6e9c2cc120c3b864642.tar
guix-patches-5fc9d71bac22c2e41543b6e9c2cc120c3b864642.tar.gz
gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.
* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ecaf024b40..e8161f0e4e 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