guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 23/34] gnu: Fix ocaml-qtest.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 23/34] gnu: Fix ocaml-qtest.
Date: Wed, 17 Oct 2018 22:34:31 +0200

* gnu/packages/ocaml.scm (ocaml-qtest)[native-inputs]: Remove
ocaml-findlib and add ocamlbuild.
(ocaml4.02-test): New variable.
---
 gnu/packages/ocaml.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fc1a50e04..3fc0df0c4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1344,7 +1344,7 @@ instances and printing them.")
                 "1ff4if64mc9c7wmhjdgnlnh6k6a713piqzr4043zzj4s5pw7smxk"))))
     (build-system ocaml-build-system)
     (native-inputs
-     `(("findlib" ,ocaml-findlib)))
+     `(("ocamlbuild" ,ocamlbuild)))
     (propagated-inputs
      `(("ounit" ,ocaml-ounit)
        ("qcheck" ,ocaml-qcheck)))
@@ -1366,6 +1366,9 @@ to use -- to sophisticated random generation of test 
cases.")
 (define-public ocaml4.01-qtest
   (package-with-ocaml4.01 ocaml-qtest))
 
+(define-public ocaml4.02-qtest
+  (package-with-ocaml4.02 ocaml-qtest))
+
 (define-public ocaml-stringext
   (package
     (name "ocaml-stringext")
-- 
2.18.0






reply via email to

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