From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PATCH 4/4] environment: Add '--debug' flag. Date: Wed, 20 Jul 2016 09:35:30 +0200 Message-ID: References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-5-david@craven.ch> <20160719221158.7c56d128@scratchpost.org> <87a8hcg4lg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPm2X-00021f-Hg for guix-devel@gnu.org; Wed, 20 Jul 2016 03:35:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPm2V-00088D-Dn for guix-devel@gnu.org; Wed, 20 Jul 2016 03:35:32 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:36556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPm2V-000883-8B for guix-devel@gnu.org; Wed, 20 Jul 2016 03:35:31 -0400 Received: by mail-qk0-x229.google.com with SMTP id x1so37801462qkb.3 for ; Wed, 20 Jul 2016 00:35:31 -0700 (PDT) In-Reply-To: <87a8hcg4lg.fsf@gmail.com> 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: Alex Kost Cc: guix-devel , David Craven >> ~$ 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). That's my experience too, but maybe it works by specifying your patches with the right prefix each time... (patches (search-patches "patches/machin-build-fix.patch")) I've not tried that, I've put them at the root of $GUIX_PACKAGE_PATH instead... -- Vincent Legoll