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 writes: > >> The below i

Re: [PATCH] doc: Improve guile load path recommendation.

2017-04-16 Thread Chris Marusich
myglc2 writes: > Thanks for the comments. I now see that I was confusing the effects of > installing guile 2.2, which causes recompilation of everything, with the > effects of this change, which I made at about the same time. > > So please forget about the patch. SORRY for the run around! OK - I

Re: G-Expressions for boot-parameters or grub-configuration-file ?

2017-04-16 Thread Danny Milosavljevic
Forgot to mention the following chunk: --- gnu/system/grub.scm 2017-04-16 02:01:46.621445795 +0200 +++ /home/dannym/src/guix/gnu/system/grub.scm 2017-04-16 00:26:19.654626204 +0200 @@ -267,6 +267,15 @@ (#f #~(format #f "search --file --set ~a" #$file) +(define (boot-par

G-Expressions for boot-parameters or grub-configuration-file ?

2017-04-16 Thread Danny Milosavljevic
Hi, I'm trying to simplify the bootloader support in master a bit and am running into trouble when trying to refactor operating-system-bootcfg: When applying the attached patch and then doing guix system reconfigure /etc/config.scm --fallback ... I get: ERROR: In procedure memoize-variable-

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. Have a look at the "

Re: Progress and todos for Jave maven

2017-04-16 Thread Ricardo Wurmus
Björn Höfling writes: > Hi Hartmut, > > great to hear these news on Java/mvn development! Thanks for taking the > time. > > You posted half a year ago a series of patches that are not yet > integrated into Guix: > > https://lists.gnu.org/archive/html/guix-devel/2016-09/threads.html#00774 > > Are

Re: Progress and todos for Jave maven

2017-04-16 Thread Björn Höfling
Hi Hartmut, great to hear these news on Java/mvn development! Thanks for taking the time. You posted half a year ago a series of patches that are not yet integrated into Guix: https://lists.gnu.org/archive/html/guix-devel/2016-09/threads.html#00774 Are they still worth integrating, or are they

Re: [PATCH] doc: Improve guile load path recommendation.

2017-04-16 Thread myglc2
On 04/16/2017 at 11:06 Alex Kost writes: > myglc2 (2017-04-16 00:19 -0400) wrote: > >> On 04/15/2017 at 16:20 Chris Marusich writes: > [...] >> The geiser doc says ... >> >>You can also specify a couple more initialisation parameters. For >> Guile, 'geiser-guile-load-path' is a list o

Re: [PATCH] doc: Improve guile load path recommendation.

2017-04-16 Thread Alex Kost
myglc2 (2017-04-16 00:19 -0400) wrote: > On 04/15/2017 at 16:20 Chris Marusich writes: [...] > The geiser doc says ... > >You can also specify a couple more initialisation parameters. For > Guile, 'geiser-guile-load-path' is a list of paths to add to its load > path (and its compi