From bf2a7027d1a2f2913af4e51fd7c69824e2edd2ad Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 4 Feb 2026 20:10:16 +0100 Subject: [PATCH] gnu: rednotebook: Relocate phase 'set-HOME. * gnu/packages/rednotebook.scm (rednotebook)[arguments]<#:phases>: Relocate phase 'set-HOME. Change-Id: I266d066f93d158c33aeafd5cdf9aa8002d02678a Signed-off-by: Sharlatan Hellseher --- gnu/packages/rednotebook.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm index 6dcc8a2cac..d15c7f1c82 100644 --- a/gnu/packages/rednotebook.scm +++ b/gnu/packages/rednotebook.scm @@ -59,7 +59,7 @@ (guix build utils)) #:phases #~(modify-phases %standard-phases - (add-before 'check 'configure-tests + (add-before 'sanity-check 'configure-tests (lambda _ (setenv "HOME" (getcwd)))) ;; Make sure rednotebook can find the typelibs and webkitgtk shared