From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 2/4] build: Produce 'guix-config' instead of using compile-time tricks. Date: Mon, 27 Jul 2015 23:56:01 +0200 Message-ID: <87fv49tgcu.fsf@openmailbox.org> References: <1438033720-30958-1-git-send-email-mthl@openmailbox.org> <1438033720-30958-3-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJqPS-0001Af-By for guix-devel@gnu.org; Mon, 27 Jul 2015 17:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJqPP-0001Xy-6t for guix-devel@gnu.org; Mon, 27 Jul 2015 17:58:10 -0400 Received: from smtp6.openmailbox.org ([62.4.1.40]:38548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJqPP-0001XG-12 for guix-devel@gnu.org; Mon, 27 Jul 2015 17:58:07 -0400 Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id 10279202154 for ; Mon, 27 Jul 2015 23:58:06 +0200 (CEST) Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZVFPb04EyvZM for ; Mon, 27 Jul 2015 23:58:04 +0200 (CEST) In-Reply-To: <1438033720-30958-3-git-send-email-mthl@openmailbox.org> (Mathieu Lirzin's message of "Mon, 27 Jul 2015 23:48:38 +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: guix-devel@gnu.org Mathieu Lirzin writes: > diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in > new file mode 100644 > index 0000000..542de15 > --- /dev/null > +++ b/emacs/guix-config.el.in [...] > +(defconst guix-local-state-dir > + "@guix_localstatedir@"oo) ^^ Oops. -- Mathieu Lirzin