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!
>
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’.
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
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