gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.

* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
This commit is contained in:
Maxim Cournoyer 2021-12-20 09:46:45 -05:00
parent 7407f0c496
commit 0bf465c64d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7234,7 +7234,10 @@ (define-public gjs
(("☭") ""))))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dinstalled_tests=false")
;; Use meson-0.59, otherwise we'd get "ERROR: "install_dir" must be
;; specified when installing a target".
`(#:meson ,meson-0.59
#:configure-flags '("-Dinstalled_tests=false")
#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check