gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.
* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.master
parent
7407f0c496
commit
0bf465c64d
|
@ -7234,7 +7234,10 @@ configuration program to choose applications starting on login.")
|
|||
(("☭") ""))))))
|
||||
(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
|
||||
|
|
Reference in New Issue