guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 05/34] gnu: Add ocaml4.02-findlib.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 05/34] gnu: Add ocaml4.02-findlib.
Date: Wed, 17 Oct 2018 22:34:13 +0200

* gnu/packages/ocaml.scm (ocaml4.02-findlib): New variable.
---
 gnu/packages/ocaml.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c505183bc..20ecbc5cf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1005,6 +1005,15 @@ compilation and linkage, there are new frontends of the 
various OCaml
 compilers that can directly deal with packages.")
     (license license:x11)))
 
+(define-public ocaml4.02-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml4.02-findlib")
+    (native-inputs
+     `(("camlp4" ,camlp4-4.02)
+       ("m4" ,m4)
+       ("ocaml" ,ocaml-4.02)))))
+
 (define-public ocaml4.01-findlib
   (package
     (inherit ocaml-findlib)
-- 
2.18.0






reply via email to

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