From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 4/4] environment: Add '--debug' flag. Date: Wed, 20 Jul 2016 10:18:19 +0300 Message-ID: <87a8hcg4lg.fsf@gmail.com> References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-5-david@craven.ch> <20160719221158.7c56d128@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPllx-0005Tr-N0 for guix-devel@gnu.org; Wed, 20 Jul 2016 03:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPllt-0004d5-G1 for guix-devel@gnu.org; Wed, 20 Jul 2016 03:18:24 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:36259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPllt-0004d1-8D for guix-devel@gnu.org; Wed, 20 Jul 2016 03:18:21 -0400 Received: by mail-lf0-x244.google.com with SMTP id 33so3002054lfw.3 for ; Wed, 20 Jul 2016 00:18:21 -0700 (PDT) In-Reply-To: <20160719221158.7c56d128@scratchpost.org> (Danny Milosavljevic's message of "Tue, 19 Jul 2016 22:11:58 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel , David Craven Danny Milosavljevic (2016-07-19 23:11 +0300) wrote: > Hello Tobias, > >> Then again, I haven't used GUIX_PACKAGE_PATH & friends yet, so I've no >> idea how (un)pleasant it is. > > ~$ echo $GUIX_PACKAGE_PATH > /home/dannym/.local/guix > ~/.local/guix/gnu/packages$ ls > patches/ pythonb.scm pythonc.scm rust.scm > > The files look just like the ones in the guix git repo. (last time I tried, "patches"/ actually didn't work - it doesn't find them. Everything else works just fine) According to the source ('%patch-path' from (gnu packages) module), patches should be placed directly in your "/home/dannym/.local/guix" directory (not in "patches" subdir). -- Alex