help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to contribute packages: ./pre-inst-env doesn't work


From: pelzflorian (Florian Pelz)
Subject: Re: Trying to contribute packages: ./pre-inst-env doesn't work
Date: Wed, 15 May 2019 11:08:20 +0200
User-agent: NeoMutt/20180716

On Wed, May 15, 2019 at 11:06:54AM +0300, Doron Behar wrote:
> To be more specific, I've tried this idea by writing the following in
> `~/.config/guix/channels.scm`:
> 
> (list (channel
>         (name 'guix)
>         (url "file:///var/code/doron/guix")))
> 

It could be (url "/var/code/doron/guix").

> I ran `guix pull` and it seems it checked out my version of Guix but it
> make those new packages available.
>

Maybe you have not done `git add gnu/packages/your-package.scm && git
commit`.

Regards,
Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]