[PATCH 2/5] gnu: Add python-radon

2017-04-05 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-radon): New variable. --- gnu/packages/python.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9dd045a..9c850db 100644 --- a/gnu/packages/python.scm +++ b/gnu/package

[PATCH 3/5] gnu: Add python-httpbin

2017-04-05 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-httpbin): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c850db..8f08ddd 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

[PATCH 4/5] gnu: Add python-pytest-httpbin

2017-04-05 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-pytest-httpbin): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8f08ddd..0ab3d04 100644 --- a/gnu/packages/python.scm +++ b/gnu/package

[PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9

2017-04-05 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-sphinx-rtd-theme-0.1.9): New variable. --- gnu/packages/python.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0ab3d04..7ca2593 100644 --- a/gnu/packages/python.scm +++ b/gnu/package

Re: [PATCH] profiles: Generate database file for manpages

2017-04-05 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > Another thought/experiment: > > It could be interesting to use find-files with the #:fail-on-error? > flag set to #t. When trying it: > > modified guix/profiles.scm > @@ -978,7 +978,7 @@ files for the fonts of the @var{manifest} entries." > (stri

Re: [PATCH] profiles: Generate database file for manpages

2017-04-05 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi Maxim, >> >> Maxim Cournoyer skribis: >> >>> Unfortunately I cannot reproduce the problem on my side, although you seem >>> to be >>> right that this is caused by the `string-contains` not matching >>> "/share/

Re: [PATCH] profiles: Generate database file for manpages

2017-04-05 Thread Maxim Cournoyer
Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes: [...] > The attachment is missing from your message (it’s marked as > “message/external-body”, which AIUI means that it would just look for a > same-named file on the recipient’s machine.) Could you resend it? :-) Sorry about that! Resending

Re: Non-graphical GRUB configuration

2017-04-05 Thread Leo Famulari
On Sun, Apr 02, 2017 at 05:06:20PM -0400, Leo Famulari wrote: > Based on the GRUB manual [0], how about this plan? > > We'd add these fields to (grub-configuration): > > terminal-outputs: One or more symbols: console, serial, gfxterm, > ofconsole, vga_text. Default gfxterm. > > terminal-inputs:

Re: Non-graphical GRUB configuration

2017-04-05 Thread myglc2
On 04/05/2017 at 11:59 Leo Famulari writes: > Questions: > > 1) In general, is this approach okay? Hi Leo, This LGTM, but I was unable to test it because my 'system build' hangs as reported in bug#26370. Running your commit produced a similar hang but I think it is not caused by your changes so

Re: Non-graphical GRUB configuration

2017-04-05 Thread Leo Famulari
On Wed, Apr 05, 2017 at 11:14:06AM -0400, myglc2 wrote: > I interpreted your doc to say I should use something like this ... > > (bootloader (grub-configuration (device "/dev/nvme0n1") > (serial-speed 115200) > (terminal-inputs '(se

Re: website question

2017-04-05 Thread Ricardo Wurmus
ng0 writes: > Most initial texts for pragmatique's website are now done. > As I don't want to introduce it with a plain white one-page site, I > thought about what I want to use. Jinja (taler.net) or Guile (guix, > guile). The software part of the project is based on and into Guix, so > it would

Re: website question

2017-04-05 Thread Catonano
2017-04-05 20:38 GMT+02:00 Ricardo Wurmus : > > > I don’t understand what this message is about. Is there some context > I’m missing? > Ok, this is how I understand this issue ng0 is preparing their web site for promoting their project (a live distro based on Guix) One feature ng0 wants for th

Re: Non-graphical GRUB configuration

2017-04-05 Thread myglc2
On 04/05/2017 at 12:07 Leo Famulari writes: > On Wed, Apr 05, 2017 at 11:14:06AM -0400, myglc2 wrote: >> I interpreted your doc to say I should use something like this ... >> >> (bootloader (grub-configuration (device "/dev/nvme0n1") >>(serial-speed 115200) >>

Re: website question

2017-04-05 Thread ng0
Catonano transcribed 3.2K bytes: > 2017-04-05 20:38 GMT+02:00 Ricardo Wurmus : > > > > > > > I don’t understand what this message is about. Is there some context > > I’m missing? > > Yeah, sorry. It could've been expressed with less noise, there's just too much noise in my head for processing in

Re: [PATCH] profiles: Generate database file for manpages

2017-04-05 Thread Ludovic Courtès
Maxim Cournoyer skribis: > From b6aff9b364f09e77e07109578128f3be383231e0 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Tue, 28 Mar 2017 09:25:21 -0700 > Subject: [PATCH] profiles: Generate database file for manpages > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Conte

Re: [PATCH] guix hash: -g hashes a git repository

2017-04-05 Thread Ludovic Courtès
Andy Wingo skribis: > On Tue 04 Apr 2017 14:21, l...@gnu.org (Ludovic Courtès) writes: > >>> +For example: >>> +@example >>> +$ git clone http://example.org/foo.git >>> +$ guix hash -g foo >>> +@end example >> >> In this case -g is equivalent to -rx. > > My main use case is when I am in a git che

Re: [PATCH] guix hash: -g hashes a git repository

2017-04-05 Thread Christopher Allan Webber
Andy Wingo writes: > + (pk "git" "clone" file checkout) > + (recursive-hash checkout) One of those cursed pk's made it in here. Exciting! Look forward to having this option.

Re: [PATCH] profiles: Generate database file for manpages

2017-04-05 Thread Maxim Cournoyer
Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes: > Maxim Cournoyer skribis: > >> From b6aff9b364f09e77e07109578128f3be383231e0 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Tue, 28 Mar 2017 09:25:21 -0700 >> Subject: [PATCH] profiles: Generate database file for manpages >> MIME-V