guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: Add ocaml4.01-findlib.


From: Ben Woodcroft
Subject: 02/15: gnu: Add ocaml4.01-findlib.
Date: Wed, 10 May 2017 16:15:04 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit fa01cb52260dc09d3bf6acc72d8a390554dd6d53
Author: Ben Woodcroft <address@hidden>
Date:   Mon Jan 2 22:29:28 2017 +1000

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ba90071..c7c473a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -838,6 +838,14 @@ compilation and linkage, there are new frontends of the 
various OCaml
 compilers that can directly deal with packages.")
     (license license:x11)))
 
+(define-public ocaml4.01-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml4.01-findlib")
+    (native-inputs
+     `(("m4" ,m4)
+       ("ocaml" ,ocaml-4.01)))))
+
 ;; note that some tests may hang for no obvious reason.
 (define-public ocaml-ounit
   (package



reply via email to

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