From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add Attr. Date: Sat, 08 Dec 2012 19:24:11 +0100 Message-ID: <878v98l7w4.fsf@gnu.org> References: <87624dpozp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThP4S-0007Qt-35 for bug-guix@gnu.org; Sat, 08 Dec 2012 13:24:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThP4P-0007BP-7F for bug-guix@gnu.org; Sat, 08 Dec 2012 13:24:16 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:10211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThP4P-0007BL-0I for bug-guix@gnu.org; Sat, 08 Dec 2012 13:24:13 -0500 In-Reply-To: (Nikita Karetnikov's message of "Sat, 8 Dec 2012 03:03:52 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > There are 'config-daemon.ac', 'daemon.am', and 'nix/nix-daemon' with > sources, but I don't know how to create an executable. Run ./bootstrap, which will checkout Nix as a Git submodule, and then copy the relevant bits in the =E2=80=98nix=E2=80=99 sub-directory. Then run =E2=80=98./configure --enable-daemon=E2=80=99, etc. Ludo=E2=80=99.