Re: A simple workflow for adding apps guix

2017-07-22 Thread Ricardo Wurmus
tumashu writes: > Document shows that the following code is needed: > >sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild > > it seem that normal "guix build" will broken when I run the above code and > close it. If you’re using Guix then the daemon

Re: A simple workflow for adding apps guix

2017-07-22 Thread Feng Shu
"Feng Shu" writes: The below is my simple workflow, maybe useful :-) --- #+TITLE: Feng Shu's guix devel workflow If you just want to add a new guix package or upgrade a exist guix package, The below workflow may

Re:Re: A simple workflow for adding apps guix

2017-04-16 Thread tumashu
Document shows that the following code is needed: sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild it seem that normal "guix build" will broken when I run the above code and close it. At 2017-04-17 02:21:33, "Marius Bakke" wrote: >Feng Shu

Re: A simple workflow for adding apps guix

2017-04-16 Thread Marius Bakke
Feng Shu writes: > The below is the workflow I used current, any other > simpler workflow exists? comments are welcome! Hello! If you intend to submit these packages, I would recommend working directly from the main git repository rather than messing with GUIX_PACKAGE_PATH.

A simple workflow for adding apps guix

2017-04-15 Thread Feng Shu
The below is the workflow I used current, any other simpler workflow exists? comments are welcome! * I want to add emacs-exwm to emacs.scm * Fetch newest code #+BEGIN_EXAMPLE cd ~/project/guix/ # my guix repo dir git pull --rebase #+END_EXAMPLE * Install newest guix #+BEGIN_EXAMPLE guix pull