thank you!
adding
---
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-before 'check 'set-test-environment
           (lambda _
             (setenv "HOME" "/tmp")
             #t)))))---
solved this problem ^_^

could anybody describe in details what went wrong? 





Dec 10, 2020, 10:22 by arunis...@systemreboot.net:

>
> Hi Adam,
>
>> Creating directory: Permission denied, /homeless-shelter
>>
>
> Try setting the HOME environment variable to /tmp. Many package
> definitions do this. See, for example, the codec2 package in
> gnu/packages/audio.scm.
>
> Cheers!
>


Reply via email to