guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add ocaml4.07-lablgtk.


From: guix-commits
Subject: 02/05: gnu: Add ocaml4.07-lablgtk.
Date: Sun, 26 Jan 2020 21:56:32 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 73c26d572902c2c22b2581169826505957e728e7
Author: Julien Lepiller <address@hidden>
AuthorDate: Thu Jan 23 03:07:09 2020 +0100

    gnu: Add ocaml4.07-lablgtk.
    
    * gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable.
    (lablgtk)[properties]: Add variant.
---
 gnu/packages/ocaml.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f5becb6..ebe2618 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -811,6 +811,7 @@ Knuth’s LR(1) parser construction technique.")
                  (substitute* "config.make"
                    ((ocaml) out))
                  #t))))))
+    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-lablgtk))))
     (home-page "http://lablgtk.forge.ocamlcore.org/";)
     (synopsis "GTK+ bindings for OCaml")
     (description
@@ -824,6 +825,16 @@ libglade (and it an generate OCaml code from .glade files),
 libpanel, librsvg and quartz.")
     (license license:lgpl2.1)))
 
+(define-public ocaml4.07-lablgtk
+  (package
+    (inherit lablgtk)
+    (name "ocaml4.07-lablgtk")
+    (native-inputs
+     `(("ocaml" ,ocaml-4.07)
+       ("findlib" ,ocaml4.07-findlib)
+       ("pkg-config" ,pkg-config)))
+    (properties '())))
+
 (define-public unison
   (package
     (name "unison")



reply via email to

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