mbakke pushed a commit to branch master
in repository guix.
commit 81cbf8854a8407292e3ef2c20d37c4a2cecea2df
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Jan 11 00:06:42 2022 +0100
gnu: authenticator: Fix build.
* gnu/packages/gnome.scm (authenticator)[arguments]: Add #:meson.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 21bd0d7d03..d1f791eb16 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -34,7 +34,7 @@
;;; Copyright © 2018 Björn Höfling <[email protected]>
;;; Copyright © 2018, 2019 Timothy Sample <[email protected]>
;;; Copyright © 2019 Danny Milosavljevic <[email protected]>
-;;; Copyright © 2019, 2020 Marius Bakke <[email protected]>
+;;; Copyright © 2019, 2020, 2022 Marius Bakke <[email protected]>
;;; Copyright © 2019 Florian Pelz <[email protected]>
;;; Copyright © 2019 Giacomo Leidi <[email protected]>
;;; Copyright © 2019 Jelle Licht <[email protected]>
@@ -9596,7 +9596,8 @@ specified duration and save it as a GIF encoded animated
image file.")
(base32 "1c4r9rnrz5gazrfg0z2rcwax4nscs7z391bcjcl74k6ln3blwzpr"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t
+ `(#:meson ,meson-0.59
+ #:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases
(add-after 'glib-or-gtk-wrap 'python-and-gi-wrap