From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kete Subject: Re: Package Definition Place Date: Thu, 02 Jan 2014 21:28:24 -0500 Message-ID: <7377714.T8fEdJAmeB@knossos> References: <1471744.UPeTPsttfJ@knossos> <1619112.GoJPxVuIlx@knossos> <87k3ejt85r.fsf@karetnikov.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]:48894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyuV0-0001Mf-1d for guix-devel@gnu.org; Thu, 02 Jan 2014 21:28:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyuUu-0002Hd-LW for guix-devel@gnu.org; Thu, 02 Jan 2014 21:28:33 -0500 Received: from ninthfloor.org ([109.74.194.224]:59016 helo=mail.ninthfloor.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyuUu-0002H7-GE for guix-devel@gnu.org; Thu, 02 Jan 2014 21:28:28 -0500 In-Reply-To: <87k3ejt85r.fsf@karetnikov.org> 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: Nikita Karetnikov Cc: guix-devel@gnu.org On Thursday, January 02, 2014 06:44:00 AM Nikita Karetnikov wrote: > $ git clone git://git.sv.gnu.org/guix.git > $ cd guix > $ ./bootstrap && ./configure --localstatedir=3D/nix/var && make && ma= ke check >=20 > (See =E2=80=98HACKING=E2=80=99 for more information.) >=20 > Then you could add a recipe (i.e., the definition of a package) to > =E2=80=98guix/gnu/packages=E2=80=99. For instance, this commit [1] a= dds the elfutils > recipe to =E2=80=98gnu/packages/elf.scm=E2=80=99. >=20 > Did I forget to address anything? I copied my package definition to gnu/packages and added a line for it = in gnu- system.am. Then, I ran './pre-inst-env guix build zsh' and got this out= put:=20 guix build: error: failed to connect to `/nix/var/nix/daemon-socket/soc= ket':=20 No such file or directory