@@ -293,7 +293,7 @@ (define-public gn
(define-public meson
(package
(name "meson")
- (version "1.2.1")
+ (version "1.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@@ -301,7 +301,7 @@ (define-public meson
version ".tar.gz"))
(sha256
(base32
- "1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))
+ "02wi62k9w7716xxdgrrx68q89vaq3ncnbpw5ms0g27npn2df0mgr"))))
(build-system python-build-system)
(arguments
(list #:tests? #f ;disabled to avoid extra dependencies
@@ -329,19 +329,6 @@ (define-public meson
resembles Python.")
(license license:asl2.0)))
-(define-public meson-1.5
- (package
- (inherit meson)
- (version "1.5.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/mesonbuild/meson/"
- "releases/download/" version "/meson-"
- version ".tar.gz"))
- (sha256
- (base32
- "1vab706pw1q17vh9rbsmlirgiji3k6wljl735lxffp95vwx56zjn"))))))
-
(define-public meson-python
(package
(name "meson-python")
@@ -373,7 +373,6 @@ (define-public mesa
(outputs '("out" "bin"))
(arguments
(list
- #:meson meson-1.5
#:configure-flags
#~(list
#$@(cond
@@ -12444,7 +12444,6 @@ (define-public gitg
(build-system meson-build-system)
(arguments
(list
- #:meson meson-1.5 ; XXX: breaks with Meson 1.2
#:glib-or-gtk? #t
#:build-type "release" ; don't look at -Wformat…
#:phases
@@ -182,7 +182,6 @@ (define cairo
(build-system meson-build-system)
(arguments
`(#:tests? #f ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
- #:meson ,meson-1.5 ; 1.3 or higher required
#:glib-or-gtk? #t
#:configure-flags
,#~(list "-Dtests=disabled")