guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 16/34] gnu: unison: Build with ocaml-4.02.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 16/34] gnu: unison: Build with ocaml-4.02.
Date: Wed, 17 Oct 2018 22:34:24 +0200

* gnu/packages/ocaml.scm (unison)[inputs]: Use ocaml-4.02.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9cd9ba30e..305d9f0ff 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -968,7 +968,7 @@ libpanel, librsvg and quartz.")
     (outputs '("out"
                "doc"))                  ; 1.9 MiB of documentation
     (native-inputs
-     `(("ocaml" ,ocaml)
+     `(("ocaml" ,ocaml-4.02)
        ;; For documentation
        ("ghostscript" ,ghostscript)
        ("texlive" ,texlive)
-- 
2.18.0






reply via email to

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