guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 21/34] gnu: Fix ocaml-frontc.


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

* gnu/packages/ocaml.scm (ocaml-frontc)[arguments]: Use ocmal-4.02.
---
 gnu/packages/ocaml.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b0823be82..795cd2240 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1272,7 +1272,9 @@ for speed and space economy.")
                 "16dz153s92dgbw1rrfwbhscy73did87kfmjwyh3qpvs748h1sc4g"))))
     (build-system ocaml-build-system)
     (arguments
-     `(#:phases
+     `(#:ocaml ,ocaml-4.02
+       #:findlib ,ocaml4.02-findlib
+       #:phases
        (modify-phases %standard-phases
          (delete 'configure)
          (add-after 'install 'install-meta
-- 
2.18.0






reply via email to

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