guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.


From: guix-commits
Subject: 04/08: gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.
Date: Mon, 6 Sep 2021 17:36:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5fc9d71bac22c2e41543b6e9c2cc120c3b864642
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Sep 6 23:25:30 2021 +0200

    gnu: ocaml-markup@0.8.0: 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



reply via email to

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