all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50135] [PATCH core-updates-frozen] gnu: appstream-glib: Fix failing tests.
@ 2021-08-20 13:55 Maxime Devos
  2021-08-20 19:07 ` bug#50135: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Devos @ 2021-08-20 13:55 UTC (permalink / raw)
  To: 50135; +Cc: Maxime Devos

* gnu/packages/glib.scm
  (appstream-glib)[arguments]<#:phases>{set-home}: Set the $HOME
  environment variable.
---
 gnu/packages/glib.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ae88dbe9e7..b382d530d8 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1101,7 +1101,11 @@ Some codes examples can be find at:
            (lambda _
              (substitute* "libappstream-glib/as-self-test.c"
                (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
-             #t)))))
+             #t))
+         (add-before 'check 'set-home
+           (lambda _
+             ;; Some tests want write access there.
+             (setenv "HOME" (getcwd)))))))
     (home-page "https://github.com/hughsie/appstream-glib")
     (synopsis "Library for reading and writing AppStream metadata")
     (description "This library provides objects and helper methods to help

base-commit: c9484c9c9944f65a69cf6182caf442d9285f3a65
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50135: [PATCH core-updates-frozen] gnu: appstream-glib: Fix failing tests.
  2021-08-20 13:55 [bug#50135] [PATCH core-updates-frozen] gnu: appstream-glib: Fix failing tests Maxime Devos
@ 2021-08-20 19:07 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-08-20 19:07 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 50135-done

On Fri, Aug 20, 2021 at 03:55:26PM +0200, Maxime Devos wrote:
> * gnu/packages/glib.scm
>   (appstream-glib)[arguments]<#:phases>{set-home}: Set the $HOME
>   environment variable.

Thanks! As discussed on #guix IRC, I changed it to use /tmp instead of
(getcwd), and pushed as a24631a6dfc765c1e4e3f56cca51bd12672e8726.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-20 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 13:55 [bug#50135] [PATCH core-updates-frozen] gnu: appstream-glib: Fix failing tests Maxime Devos
2021-08-20 19:07 ` bug#50135: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.