From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <20190515090820.ww3vy4e6invuqjyh@pelzflorian.localdomain> References: <20190515080654.6g7gf7b2g5kx677v@NUC.doronbehar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQpvG-0006B7-5X for help-guix@gnu.org; Wed, 15 May 2019 05:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQpuB-0003bX-Lu for help-guix@gnu.org; Wed, 15 May 2019 05:08:56 -0400 Received: from pelzflorian.de ([5.45.111.108]:41650 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQpuB-0003WN-6y for help-guix@gnu.org; Wed, 15 May 2019 05:08:55 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 5D04F360038 for ; Wed, 15 May 2019 11:08:20 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20190515080654.6g7gf7b2g5kx677v@NUC.doronbehar.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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