guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 33/34] gnu: Fix ocaml-rresult.


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

* gnu/packages/ocaml.scm (ocaml-rresult)[native-inputs]: Add ocamlbuild.
(ocaml4.02-rresult): New variable.
---
 gnu/packages/ocaml.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fc5fbc3f2..36e034889 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1759,7 +1759,8 @@ creation and publication procedures.")
                 "1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm"))))
     (build-system ocaml-build-system)
     (native-inputs
-     `(("opam" ,opam)))
+     `(("opam" ,opam)
+       ("ocamlbuild" ,ocamlbuild)))
     (propagated-inputs
      `(("topkg" ,ocaml-topkg)))
     (arguments
@@ -1775,6 +1776,9 @@ declarative manner, without resorting to exceptions.  It 
defines combinators
 to operate on the result type available from OCaml 4.03 in the standard
 library.")
     (license license:isc)))
+ 
+(define-public ocaml4.02-rresult
+  (package-with-ocaml4.02 ocaml-rresult))
 
 (define-public ocaml-sqlite3
   (package
-- 
2.18.0






reply via email to

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