From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] build: Add more variables to (guix config). Date: Tue, 18 Aug 2015 17:15:04 +0200 Message-ID: <87egj0r5l3.fsf@gnu.org> References: <1438033720-30958-1-git-send-email-mthl@openmailbox.org> <1438033720-30958-2-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRibX-0003q6-AF for guix-devel@gnu.org; Tue, 18 Aug 2015 11:15:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRibT-0004Mr-9f for guix-devel@gnu.org; Tue, 18 Aug 2015 11:15:11 -0400 In-Reply-To: <1438033720-30958-2-git-send-email-mthl@openmailbox.org> (Mathieu Lirzin's message of "Mon, 27 Jul 2015 23:48:37 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > * guix/config.scm.in (%prefix, %guile-module-dir): New variables. In general augmenting (guix config) is problematic because of the way =E2=80=98guix pull=E2=80=99 works: (guix config) is always preserved, so if= the pulled code expects new variables there, it may be disappointed. Ludo=E2=80=99.