Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Paul van der Walt
Hi Alex, Here are some minor grammatical fixes; i cannot comment on the rest of the patch. On 2015-11-16 at 17:11, quoth Alex Vong: > +In addition, if your graphical applications display non-english alphabets, * non-English > +you may need to install extra font packages. > +For instance, as of

Re: [PATCH 2/4] gnu: Add network-manager.

2015-11-17 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch) > (network-manager): New variables. This looks perfect to me. It would be nice to check it against the wip-network-manager branch to see if anything’s missing. Mark, WDYT? Thank you!

Re: [PATCH 3/4] gnu: Add network-manager-applet.

2015-11-17 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gnome.scm (network-manager-applet): New variable. LGTM! Again may be worth checking what wip-network-manager does. Ludo’.

Re: avr-gcc

2015-11-17 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I’ve been wanting to use microscheme to do fun things with my AVR > microcontrollers. Sadly, I haven’t been able to make the combination of > microscheme, avrdude, and avr-gcc work. [...] > There are multiple copies of “libm.a” and “libc.a” and

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Ludovic Courtès
Alex Vong skribis: > +In addition, if your graphical applications display non-english alphabets, > +you may need to install extra font packages. > +For instance, as of 2015, to correctly display CJK fonts in @code{icecat} > +browser package, you should install

Re: [PATCH 3/4] gnu: Add network-manager-applet.

2015-11-17 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/gnome.scm (network-manager-applet): New variable. > > LGTM! Again may be worth checking what wip-network-manager does. I didn't get to the point of adding the applet, so there's nothing analogous to

Re: [PATCH] Replace broken LADSPA URL.

2015-11-17 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Alex Kost writes: > >>> The ladspa.org domain appears to be no longer under control of the >>> LADSPA project (does it still exist?). >>> >>> The attached patch changes the source URL such that it downloads the >>> last copy

Re: [PATCH 2/4] gnu: Add network-manager.

2015-11-17 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch) >> (network-manager): New variables. > > This looks perfect to me. It would be nice to check it against the > wip-network-manager branch to see if

Re: [PATCH] doc: Fix 'geiser-guile-load-path' example.

2015-11-17 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-11-15 20:41 +0300) wrote: > >> Alex Kost skribis: >> >>> (add-to-list 'geiser-guile-load-path 'foo) errors if "geiser-guile.el" >>> is not loaded yet, so I think it's better to put it inside >>>

avr-gcc

2015-11-17 Thread Ricardo Wurmus
Hi Guix, I’ve been wanting to use microscheme to do fun things with my AVR microcontrollers. Sadly, I haven’t been able to make the combination of microscheme, avrdude, and avr-gcc work. Here’s what I did first: guix package -i microscheme avrdude gcc-cross-sans-libc-avr avr-libc The

Re: [PATCH] doc: Fix 'geiser-guile-load-path' example.

2015-11-17 Thread Alex Kost
Ludovic Courtès (2015-11-17 19:16 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-11-15 20:41 +0300) wrote: >> >>> Alex Kost skribis: >>> (add-to-list 'geiser-guile-load-path 'foo) errors if "geiser-guile.el" is not loaded yet, so I

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Alex Kost
Ludovic Courtès (2015-11-17 19:10 +0300) wrote: > Alex Vong skribis: > >> +In addition, if your graphical applications display non-english alphabets, >> +you may need to install extra font packages. >> +For instance, as of 2015, to correctly display CJK fonts in

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Alex Vong
Hi, On 17/11/2015, Alex Kost wrote: > Alex Vong (2015-11-16 19:11 +0300) wrote: > >> From f2eac896933814a3d5a85c4c20c1407b692be1ca Mon Sep 17 00:00:00 2001 >> From: Alex Vong >> Date: Mon, 16 Nov 2015 23:57:35 +0800 >> Subject: [PATCH] doc: Ask user to

Re: Reproducible builds: a means to an end

2015-11-17 Thread Alex Vong
Hi, On 16/11/2015, Ludovic Courtès wrote: > Ricardo Wurmus skribis: > >> I wonder how we as a project could help the reproducible builds project >> and/or directly benefit from their findings. > > I was invited to their first Reproducible World Summit

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Alex Vong
Hi, > diff --git a/doc/guix.texi b/doc/guix.texi > index 3b6955c..61e3445 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -1000,6 +1000,17 @@ to display fonts, you will have to install fonts with > Guix as well. > Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and

Wget 1.17 fails almost everywhere

2015-11-17 Thread Andreas Enge
Hello, Efraim! Wget fails its tests everywhere except for x86_64: http://hydra.gnu.org/eval/108017#tabs-newhttp://hydra.gnu.org/eval/108017#tabs-new Could you maybe have a look? Thanks! Andreas

Re: avr-gcc

2015-11-17 Thread Thompson, David
On Tue, Nov 17, 2015 at 4:32 PM, Ludovic Courtès wrote: > Ricardo Wurmus skribis: > >> Microscheme 0.9.2, (C) Ryan Suchocki Treeshaker: After 4 rounds: 87 globals purged! 22 bytes will be reserved. 18 lines compiled OK Assembling... >> avr-ld:

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Andreas Enge
Hello, On Wed, Nov 18, 2015 at 02:46:55AM +0800, Alex Vong wrote: > Perhaps we could change `or` to `and/or`, since some packages only > work with one font but not another, e.g. Icecat. it seems to work without problem for me with icecat of guix on top of debian. Maybe it is using a debian font,

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Alex Kost
Alex Vong (2015-11-16 19:11 +0300) wrote: > From f2eac896933814a3d5a85c4c20c1407b692be1ca Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Mon, 16 Nov 2015 23:57:35 +0800 > Subject: [PATCH] doc: Ask user to install extra packages to display > non-English alphabets. > >

Re: [PATCH] Replace broken LADSPA URL.

2015-11-17 Thread Alex Kost
Ricardo Wurmus (2015-11-16 22:33 +0300) wrote: > The ladspa.org domain appears to be no longer under control of the > LADSPA project (does it still exist?). > > The attached patch changes the source URL such that it downloads the > last copy archived by http://web.archive.org. Is this okay or

Re: [PATCH] doc: Fix 'geiser-guile-load-path' example.

2015-11-17 Thread Alex Kost
Ludovic Courtès (2015-11-15 20:41 +0300) wrote: > Alex Kost skribis: > >> (add-to-list 'geiser-guile-load-path 'foo) errors if "geiser-guile.el" >> is not loaded yet, so I think it's better to put it inside >> 'with-eval-after-load', WDYT? > > Sounds good. I guess that’s

Re: [PATCH] Replace broken LADSPA URL.

2015-11-17 Thread Ricardo Wurmus
Alex Kost writes: >> The ladspa.org domain appears to be no longer under control of the >> LADSPA project (does it still exist?). >> >> The attached patch changes the source URL such that it downloads the >> last copy archived by http://web.archive.org. Is this okay or

[PATCH] Add python-pystache.

2015-11-17 Thread Erik Edrosa
Hello guix-devel, This is my first try at creating a package and patch for GNU Guix. I did my best to follow the guidelines, but if there is any problems I can correct them. Be sure to check if the synopsis and description are appropriate for the package. Thanks, Erik >From

Re: [PATCH] doc: Fix 'geiser-guile-load-path' example.

2015-11-17 Thread Ludovic Courtès
Alex Kost skribis: > OK. Actually I thought that you use 'with-eval-after-load' or > 'eval-after-load' or 'use-package', and you just didn't mention it in > the manual because it's a common Emacs thing. But it looks like you use > a straightforward (add-to-list ...), which

Re: Reproducible builds: a means to an end

2015-11-17 Thread Ludovic Courtès
Alex Vong skribis: > On 16/11/2015, Ludovic Courtès wrote: [...] >> Sometimes there are ready-made patches that can be found in Debian or >> other distros, sometimes not. Often they’re hard to find though (for >> instance, patch-tracker.debian.org seems

Re: avr-gcc

2015-11-17 Thread Ludovic Courtès
Ricardo Wurmus skribis: > So, a problem with a linker script that cannot be found and a missing > avr-objcopy. I found them in the binutils-cross-avr output in the > store, but since there’s no separate package for this I installed it > like this: > > guix package -i >

Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets.

2015-11-17 Thread Ludovic Courtès
Alex Vong skribis: >> diff --git a/doc/guix.texi b/doc/guix.texi >> index 3b6955c..61e3445 100644 >> --- a/doc/guix.texi >> +++ b/doc/guix.texi >> @@ -1000,6 +1000,17 @@ to display fonts, you will have to install fonts with >> Guix as well. >> Essential font packages

Re: [PATCH] Add GraphicsMagick + Scribus.

2015-11-17 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >>> +(define-public graphicsmagick >>> + (package >>> +(name "graphicsmagick") >> >> Would it help to inherit from ‘imagemagick’? >> >>> +(inputs >>> + `(("graphviz" ,graphviz) >>> +

Re: Wget 1.17 fails almost everywhere

2015-11-17 Thread Efraim Flashner
On Wed, 18 Nov 2015 03:49:38 +0100 Andreas Enge wrote: > Hello, Efraim! > > Wget fails its tests everywhere except for x86_64: > > http://hydra.gnu.org/eval/108017#tabs-newhttp://hydra.gnu.org/eval/108017#tabs-new > > Could you maybe have a look? Thanks! > > Andreas >