guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: glibmm: Update to 2.54.1.


From: Marius Bakke
Subject: 01/09: gnu: glibmm: Update to 2.54.1.
Date: Wed, 7 Mar 2018 08:54:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7700c6ca205d6a0594a036cbbab783dca24874f1
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 7 12:57:31 2018 +0100

    gnu: glibmm: Update to 2.54.1.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.54.1.
    [arguments]: Add #:configure-flags.
---
 gnu/packages/glib.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index a64407a..e09351a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -499,7 +499,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.50.1")
+    (version "2.54.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/glibmm/"
@@ -507,10 +507,13 @@ has an ease of use unmatched by other C++ callback 
libraries.")
                                  "/glibmm-" version ".tar.xz"))
              (sha256
               (base32
-               "1926b3adx903hzvdp8glblsgjyadzqnwgkj8hg605d4wv98m1n0z"))))
+               "0jkapw18icz59cmlmsl00nwwz0wh291kb4hc9z9hxmq45drqrhkw"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(;; XXX: Some tests uses C++14 features.  Remove this when the default
+       ;; compiler is >= GCC6.
+       #:configure-flags '("CXXFLAGS=-std=gnu++14")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'build 'pre-build
            (lambda _



reply via email to

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