guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add ocaml4.07-findlib.


From: guix-commits
Subject: 02/02: gnu: Add ocaml4.07-findlib.
Date: Tue, 21 Jan 2020 19:17:07 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit e3388d6361dedabb2f6df9cdd5cc98e6cac7f457
Author: Julien Lepiller <address@hidden>
AuthorDate: Wed Jan 22 01:15:47 2020 +0100

    gnu: Add ocaml4.07-findlib.
    
    * gnu/packages/ocaml.scm (ocaml4.07-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 d41bd2a..8ef6eff 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -968,6 +968,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.07-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml4.07-findlib")
+    (inputs
+     `(("m4" ,m4)
+       ("ocaml" ,ocaml-4.07)))))
+
 ;; 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]