apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 0320ae2bc67be82fc53fa1372d6b605d7efa1698
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 20 09:46:45 2021 -0500
gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.
* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 91eb5b3f5a..be76b1fd1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7235,7 +7235,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