From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doron Behar Subject: Re: Trying to contribute packages: ./pre-inst-env doesn't work Date: Wed, 15 May 2019 13:06:56 +0300 Message-ID: <20190515100656.fbeavsyc3746p3ij@NUC.doronbehar.com> References: <20190515080654.6g7gf7b2g5kx677v@NUC.doronbehar.com> <20190515090820.ww3vy4e6invuqjyh@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQqpE-0006Nn-LK for help-guix@gnu.org; Wed, 15 May 2019 06:07:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQqpD-000781-OE for help-guix@gnu.org; Wed, 15 May 2019 06:07:52 -0400 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]:38010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQqpD-00076a-HB for help-guix@gnu.org; Wed, 15 May 2019 06:07:51 -0400 Received: by mail-wr1-x42b.google.com with SMTP id d18so1425509wrs.5 for ; Wed, 15 May 2019 03:07:51 -0700 (PDT) Received: from localhost (bzq-79-180-236-30.red.bezeqint.net. [79.180.236.30]) by smtp.gmail.com with ESMTPSA id x64sm2757540wmg.17.2019.05.15.03.07.49 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 15 May 2019 03:07:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20190515090820.ww3vy4e6invuqjyh@pelzflorian.localdomain> 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:08:20AM +0200, pelzflorian (Florian Pelz) wrote: > 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`. I did. Please assume that I'm very experienced with Git in general, just not much experienced with Guile and the Gnu Build system. > > Regards, > Florian >