[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wicd porting so far.
From: |
Cyril Roelandt |
Subject: |
Re: wicd porting so far. |
Date: |
Sat, 31 Jan 2015 20:27:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
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.