me
/
guix
Archived
1
0
Fork 0

gnu: geary: Fix build failure.

* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test.
[native-inputs]: Use vala-0.52 instead of vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Juliana Sims 2023-05-16 01:12:58 -04:00 committed by Liliana Marie Prikler
parent 26b71e1982
commit 8a21c038ef
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 5 additions and 1 deletions

View File

@ -74,6 +74,7 @@
;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org> ;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se> ;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com> ;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -12325,6 +12326,9 @@ non-privileged user.")
(lambda _ (lambda _
(substitute* "test/test-client.vala" (substitute* "test/test-client.vala"
(("client.add_suite\\(new Application.CertificateManagerTest\\(\\).suite\\);") (("client.add_suite\\(new Application.CertificateManagerTest\\(\\).suite\\);")
""))
(substitute* "test/test-engine.vala"
(("engine.add_suite\\(new Geary.RFC822.MessageDataTest\\(\\).suite\\);")
"")))) ""))))
(add-after 'unpack 'generate-vapis (add-after 'unpack 'generate-vapis
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
@ -12387,7 +12391,7 @@ non-privileged user.")
libxml2 libxml2
pkg-config pkg-config
python-minimal python-minimal
vala vala-0.52
xorg-server-for-tests)) xorg-server-for-tests))
(synopsis "GNOME email application built around conversations") (synopsis "GNOME email application built around conversations")
(description (description