Re: working on guix: how to

2016-06-06 Thread Catonano
2016-06-04 22:33 GMT+02:00 Ludovic Courtès : > Hello! > > Catonano skribis: > > > How do I hack on guix ? > > As Matthew suggests, please take a look at: > > https://www.gnu.org/software/guix/manual/html_node/Contributing.html > > If you find some questions are unanswered, please let us know! >

Re: working on guix: how to

2016-06-04 Thread Ludovic Courtès
Hello! Catonano skribis: > How do I hack on guix ? As Matthew suggests, please take a look at: https://www.gnu.org/software/guix/manual/html_node/Contributing.html If you find some questions are unanswered, please let us know! HTH, Ludo’.

Re: working on guix: how to

2016-06-04 Thread Matthew Jordan
Hi Catonano, Here is what I usually do; $ guix environment guix --ad-hoc help2man git strace $ eval `guix environment guix --ad-hoc --search-paths help2man git strace` Initial setup $ git clone --recurse git://git.savannah.gnu.org/guix.git Update $ git pull --recurse-submodules Build $ ./boots

working on guix: how to

2016-06-04 Thread Catonano
Hello people How do I hack on guix ? I read about "guix environment guix" and that's ok I also read that a special guile command can be thaught to Geiser so I guess I could teach Geiser to use the Guile provided by "guix environment guix". Right ? But say I want to make a small modification on