From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 4/4] environment: Add '--debug' flag. Date: Tue, 19 Jul 2016 22:11:58 +0200 Message-ID: <20160719221158.7c56d128@scratchpost.org> References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-5-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPbN9-0004C8-WF for guix-devel@gnu.org; Tue, 19 Jul 2016 16:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPbN5-0006ZG-Ru for guix-devel@gnu.org; Tue, 19 Jul 2016 16:12:06 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:42223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPbN5-0006ZC-Lk for guix-devel@gnu.org; Tue, 19 Jul 2016 16:12:03 -0400 In-Reply-To: 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: Tobias Geerinckx-Rice Cc: guix-devel , David Craven 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)