me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -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