diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rednotebook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm index 6dcc8a2cac1..d15c7f1c82e 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 |
