guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: ocaml-camomile: Update to 1.0.2.


From: guix-commits
Subject: 09/13: gnu: ocaml-camomile: Update to 1.0.2.
Date: Tue, 3 Sep 2019 17:35:13 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit a468fc5e8ce42b8e2d99b843c9646c084f7a734f
Author: Julien Lepiller <address@hidden>
Date:   Tue Sep 3 22:19:20 2019 +0200

    gnu: ocaml-camomile: Update to 1.0.2.
    
    * gnu/packages/ocaml.scm (ocaml-camomile): Update to 1.0.2.
    [arguments]: Fix profile and disable failing tests.
---
 gnu/packages/ocaml.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0124373..1c938be 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2953,7 +2953,7 @@ the plugins facilitate extensibility, and the frontends 
serve as entry points.")
 (define-public ocaml-camomile
   (package
     (name "ocaml-camomile")
-    (version "1.0.1")
+    (version "1.0.2")
     (home-page "https://github.com/yoriyuki/Camomile";)
     (source (origin
               (method url-fetch)
@@ -2961,18 +2961,19 @@ the plugins facilitate extensibility, and the frontends 
serve as entry points.")
                                   "/camomile-" version ".tbz"))
               (sha256
                (base32
-                "01ssjrqz41jvrqh27jxnh9cx7ywi9b5sgsykd00i7z9nrcwhlfy2"))))
+                "0chn7ldqb3wyf95yhmsxxq65cif56smgz1mhhc7m0dpwmyq1k97h"))))
     (build-system dune-build-system)
     (native-inputs
      `(("camlp4" ,camlp4)))
     (arguments
-     `(#:build-flags (list "--profile" "realease")
+     `(#:build-flags (list "--profile" "release")
        #:test-target "camomile-test"
+       #:tests? #f; Tests fail, see 
https://github.com/yoriyuki/Camomile/issues/82
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'fix-usr-share
            (lambda* (#:key outputs #:allow-other-keys)
-             (substitute* '("Camomile/jbuild" "configure.ml")
+             (substitute* '("Camomile/dune" "configure.ml")
                (("/usr/share") (string-append (assoc-ref outputs "out") 
"/share")))
              #t)))))
     (synopsis "Comprehensive Unicode library")



reply via email to

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