guix-commits
[Top][All Lists]
Advanced

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

03/28: gnu: Add ocaml5.0-findlib


From: guix-commits
Subject: 03/28: gnu: Add ocaml5.0-findlib
Date: Wed, 21 Dec 2022 16:11:41 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 616e81894692cc9364df3a1cd9e59260a0480c5b
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Fri Dec 16 13:25:02 2022 +0000

    gnu: Add ocaml5.0-findlib
    
    * gnu/packages/ocaml.scm (ocaml5.0-findlib): New variable.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5772189648..1ce4872674 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1466,6 +1466,13 @@ compilers that can directly deal with packages.")
     (native-inputs
      (list m4 ocaml-4.09))))
 
+(define-public ocaml5.0-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml5.0-findlib")
+    (native-inputs
+     (list m4 ocaml-5.0))))
+
 (define-public ocaml-ounit2
   (package
     (name "ocaml-ounit2")



reply via email to

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