gnu: glibmm: Update to 2.54.1.
* gnu/packages/glib.scm (glibmm): Update to 2.54.1. [arguments]: Add #:configure-flags.
This commit is contained in:
parent
06c15ee585
commit
7700c6ca20
@ -499,7 +499,7 @@ has an ease of use unmatched by other C++ callback libraries.")
|
|||||||
(define glibmm
|
(define glibmm
|
||||||
(package
|
(package
|
||||||
(name "glibmm")
|
(name "glibmm")
|
||||||
(version "2.50.1")
|
(version "2.54.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/glibmm/"
|
(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"))
|
"/glibmm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1926b3adx903hzvdp8glblsgjyadzqnwgkj8hg605d4wv98m1n0z"))))
|
"0jkapw18icz59cmlmsl00nwwz0wh291kb4hc9z9hxmq45drqrhkw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'pre-build
|
(add-before 'build 'pre-build
|
||||||
(lambda _
|
(lambda _
|
||||||
|
Loading…
Reference in New Issue
Block a user