[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help with emacs package
From: |
Adam Kandur |
Subject: |
Re: help with emacs package |
Date: |
Thu, 10 Dec 2020 11:50:11 +0100 (CET) |
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 arunisaac@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!
>