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:
parent
7407f0c496
commit
0bf465c64d
1 changed files with 4 additions and 1 deletions
|
@ -7234,7 +7234,10 @@ (define-public gjs
|
||||||
(("☭") ""))))))
|
(("☭") ""))))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
|
|
Loading…
Reference in a new issue