guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/07: gnu: Add ocaml4.09-findlib.
Date: Tue, 10 Nov 2020 10:06:11 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 35c02c559e90b14b1b5032bd362554be311e1a8c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Oct 15 22:04:36 2020 +0200

    gnu: Add ocaml4.09-findlib.
    
    * gnu/packages/ocaml.scm (ocaml4.09-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 f67f5a2..2b7be91 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1013,6 +1013,14 @@ compilers that can directly deal with packages.")
      `(("m4" ,m4)
        ("ocaml" ,ocaml-4.07)))))
 
+(define-public ocaml4.09-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml4.09-findlib")
+    (native-inputs
+     `(("m4" ,m4)
+       ("ocaml" ,ocaml-4.09)))))
+
 ;; 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]