From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 20:27:32 +0100 Message-ID: <54CD2CA4.1080608@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdhk-0002ZV-Rr for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHdhg-0007Yk-08 for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:40 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:37079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdhf-0007YY-Q8 for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:35 -0500 Received: by mail-wg0-f46.google.com with SMTP id l2so32245827wgh.5 for ; Sat, 31 Jan 2015 11:27:35 -0800 (PST) In-Reply-To: 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 Hey, On 01/31/2015 08:21 PM, Omar Radwan wrote: > To begin with, I haven't gotten very far. > > I'm reading through the manual, and the first thing I figured out what to > do is write the package definition, http://pastebin.com/2q7LCv2i . > > I'm not sure what exactly to do with it, it was something about putting it > in the guix build tree. Though I'm not 100% sure what that is. > Clone the git repository: git clone git://git.savannah.gnu.org/guix.git Then cd guix and copy your recipe in gnu/packages/wicd.scm. Then make && ./pre-inst-env guix build wicd There will likely be a bunch of errors that you will have to figure out how to fix :) Do not hesitate to ask for help either on this mailing-list or on #guix on Freenode. Cyril.