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.