Re: [PATCH]Add PT Astra font.

2016-10-07 Thread Adonay Felipe Nogueira
A minor fix would be: Instead of forcing the source file name to a fixed string, make it more dynamic but still consistent, like so: (file-name name "-" version ".zip") signature.asc Description: This is a digitally signed message part

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
Hi. On Fri, 07 Oct 2016 14:44:38 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hello, > > Adding my 2¢ as 宋文武 suggested. :-) > > Andy Patterson skribis: > > > +(define* (package-with-build-system from-build-system > > to-build-system > > +

[PATCH 3/3] gnu: Add CUPS service.

2016-10-07 Thread Andy Wingo
* gnu/services/cups.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. * doc/guix.texi (Printing Services): New section. --- doc/guix.texi | 714 ++ gnu/local.mk |1 + gnu/services/cups.scm | 1161

[PATCH 1/3] gnu: cups-filters: Look for test page in own output dir.

2016-10-07 Thread Andy Wingo
* gnu/packages/cups.scm (cups-filters): Update to look for the test page template in the cups-filter output dir, as cups and cups-filter do not share an output dir. --- gnu/packages/cups.scm | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git

[PATCH 2/3] gnu: cups-filters: Use ghostscript with CUPS driver.

2016-10-07 Thread Andy Wingo
* gnu/packages/cups.scm (ghostscript/cups): New variable. (cups-filters): Use ghostscript/cups. Capture path to "gs" at compilation time. --- gnu/packages/cups.scm | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm

Re: Core-updates timeline

2016-10-07 Thread Ludovic Courtès
Hello! I’ve just started an evaluation of all the packages of ‘core-updates’. So now the only changes allowed there are fixes! https://hydra.gnu.org/jobset/gnu/core-updates If at some point we need to fix a core package, we can always cancel all the scheduled builds and restart an evaluation.

Re: [PATCH 1/2] gnu: tzdata: Fix dangling symbolic link.

2016-10-07 Thread Danny Milosavljevic
On Fri, 07 Oct 2016 21:53:29 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > >> (symlink "." (string-append out "/share/zoneinfo/posix")) > > > > "..", no? > > No, I don’t think so. Ah I see. Endless loop :) Nevermind, it's correct

Re: [PATCH 1/2] gnu: tzdata: Fix dangling symbolic link.

2016-10-07 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> (symlink "." (string-append out "/share/zoneinfo/posix")) > > "..", no? No, I don’t think so. Ludo’.

texmaker, Qt and Chromium

2016-10-07 Thread Ricardo Wurmus
Hi Guix, our build of the “texmaker” package is broken ever since we disabled the webkit module of our Qt package. I’m currently looking into packaging up the needed Qt modules, but the obvious question remains: do we want this? “qtwebengine” not only bundles chromium, chromium itself also

[PATCH v2 5/5] gnu: Update Sphinx to 1.4.6.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx): Updated. --- gnu/packages/python.scm | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 84db4a6..8ce5371 100644 --- a/gnu/packages/python.scm +++

[PATCH v2 4/5] gnu: Add python-imagesize.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-imagesize): New variable. --- gnu/packages/python.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 60f2d19..84db4a6 100644 --- a/gnu/packages/python.scm +++

[PATCH v2 1/5] gnu: Add python-snowballstemmer.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-snowballstemmer): 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 cf86c71..d8cb7d1 100644 --- a/gnu/packages/python.scm +++

[PATCH v2 3/5] gnu: Add python-sphinx-alabaster-theme.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-alabaster-theme-0.7): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a56e335..60f2d19 100644 --- a/gnu/packages/python.scm +++

[PATCH v2 0/5] Update Sphinx to 1.4.6

2016-10-07 Thread Danny Milosavljevic
Danny Milosavljevic (5): gnu: Add python-snowballstemmer. gnu: Add python-sphinx-cloud-sptheme. gnu: Add python-sphinx-alabaster-theme. gnu: Add python-imagesize. gnu: Update Sphinx to 1.4.6. gnu/packages/python.scm | 111 1 file

[PATCH v2 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-cloud-sptheme): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d8cb7d1..a56e335 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Danny Milosavljevic
On Fri, 7 Oct 2016 12:58:51 +0200 Hartmut Goebel wrote: > Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > > + (inputs > > +`(("python-sphinx" ,python-sphinx))) > > Even if this is listed as requirement, I would not add it here. When I remove it the

Re: [PATCH 3/5] gnu: Add python-sphinx-alabaster-theme-0.7.

2016-10-07 Thread Danny Milosavljevic
Hi, On Fri, 7 Oct 2016 13:01:22 +0200 Hartmut Goebel wrote: > Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > > +(define-public python-sphinx-alabaster-theme-0.7 > Why do we need this exact version? I don't know why - but we do, as you yourself wrote.

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-07 Thread Kei Kebreau
Leo Famulari writes: > On Thu, Oct 06, 2016 at 08:48:31PM -0400, Kei Kebreau wrote: >> HTTPS connections using lynx work on my machine with this patch. Would >> someone else like to see about this? > > Thanks for working on this! > > It still fails for me, but in a different

Re: [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 15:28 schrieb Danny Milosavljevic: > Hi, > > thanks for the review! > > On Fri, 7 Oct 2016 12:58:51 +0200 > Hartmut Goebel wrote: >> I can't find snowballstemmer in the code. > PATCH 1/5 > Sorry, seams I've been too terse. snowballstemmer is not

Re: 01/01: gnu: btrfs-progs: Update to 4.8.

2016-10-07 Thread Tobias Geerinckx-Rice
For those reading along: On 07/10/16 00:00, Leo Famulari wrote: > On Wed, Oct 05, 2016 at 08:07:35PM +, Tobias Geerinckx-Rice > wrote: >> nckx pushed a commit to branch master gnu: btrfs-progs: Update to >> 4.8. > > I noticed this failed to build on 32-bit machines on Hydra. And here > is

Re: [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Danny Milosavljevic
Hi, thanks for the review! On Fri, 7 Oct 2016 12:58:51 +0200 Hartmut Goebel wrote: > I can't find snowballstemmer in the code. PATCH 1/5

Re: Remove geiser-next after updating geiser?

2016-10-07 Thread Ludovic Courtès
Alex Kost skribis: > From 5424f4945801dfdd9083a4985bf77b3ebef90b90 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 7 Oct 2016 12:01:07 +0300 > Subject: [PATCH 1/2] gnu: geiser: Update to 0.9. > > * gnu/packages/emacs.scm (geiser): Update to 0.9.

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Ludovic Courtès
Hello, Adding my 2¢ as 宋文武 suggested. :-) Andy Patterson skribis: > From 31dea60d8f4d876c24352b3279c8bef7d5a1ffc4 Mon Sep 17 00:00:00 2001 > From: Andy Patterson > Date: Mon, 26 Sep 2016 20:11:54 -0400 > Subject: [PATCH v3 01/12] build-system:

Re: [PATCH 0/5] Update Sphinx to 1.4.6

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > gnu: Add python-snowballstemmer. > gnu: Add python-sphinx-cloud-sptheme. > gnu: Add python-sphinx-alabaster-theme-0.7. > gnu: Add python-imagesize. > gnu: Update Sphinx to 1.4.6. Thanks for these patches. I wrote some comments. Could

Re: [PATCH 5/5] gnu: Update Sphinx to 1.4.6.

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > +(native-inputs > + `(("python-imagesize" ,python-imagesize) > + ("python-sphinx-alabaster-theme-0.7" > +,python-sphinx-alabaster-theme-0.7) > + ("python-babel" ,python-babel) > + ("python-snowballstemmer"

Re: [PATCH 4/5] gnu: Add python-imagesize.

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > +(synopsis > + "Gets image size from png/jpeg/jpeg2000/gif files in Python") This is hard to read (and repeated in the description). Please use just "image files of various formats". > + "This package allows determination of

Re: [PATCH 3/5] gnu: Add python-sphinx-alabaster-theme-0.7.

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > +(define-public python-sphinx-alabaster-theme-0.7 Why do we need this exact version? > + (package > +(name "python-sphinx-alabaster-theme-0.7") The version number is *never* put into the name. -- Schönen Gruß Hartmut Goebel

Re: [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Hartmut Goebel
Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic: > + (inputs > +`(("python-sphinx" ,python-sphinx))) Even if this is listed as requirement, I would not add it here. This is a theme, say an add-on for sphinx, thus I would sphinx to be installed anyway. python-sphinx-alabaster-theme is a

[PATCH 4/5] gnu: Add python-imagesize.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-imagesize): New variable. --- gnu/packages/python.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 088cdb0..157a544 100644 --- a/gnu/packages/python.scm +++

[PATCH] gnu: Build and install xonsh docs.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/shells.scm (xonsh): Changed. --- gnu/packages/shells.scm | 29 ++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 6d510c2..99d1f3e 100644 --- a/gnu/packages/shells.scm +++

[PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-cloud-sptheme): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d8cb7d1..73f0c05 100644 --- a/gnu/packages/python.scm +++

[PATCH 3/5] gnu: Add python-sphinx-alabaster-theme-0.7.

2016-10-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-alabaster-theme-0.7): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 73f0c05..088cdb0 100644 --- a/gnu/packages/python.scm +++

WIP pypy3.3 - tests still fail? Anyone see why?

2016-10-07 Thread Danny Milosavljevic
Hi, here's a work-in-progress package for pypy3.3. It builds - but the tests fail. A build takes about 6 GB of RAM and about 9 hours. Maybe someone can spot how to fix one of the tests (usually they don't find libraries etc). (I'll work it out eventually but I thought I'd ask) Also if guix

Re: [PATCH 5/6] gnu: make-u-boot-package: Add files-to-install argument.

2016-10-07 Thread Danny Milosavljevic
Hi David, On Fri, 7 Oct 2016 10:19:42 +0200 David Craven wrote: > > Ughh... are we sure we want to do that? I don't think a > > regular user would know what to put there. If the U-Boot > > build is from a clean slate it's not like there are stray files > > lying around or

Remove geiser-next after updating geiser?

2016-10-07 Thread Alex Kost
Hello, there is a new Geiser release (v0.9). So the question is: should 'geiser-next' be removed after updating 'geiser'? (as in the attached patches) >From 5424f4945801dfdd9083a4985bf77b3ebef90b90 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 7 Oct 2016 12:01:07 +0300

Re: [PATCH 5/6] gnu: make-u-boot-package: Add files-to-install argument.

2016-10-07 Thread David Craven
> Ughh... are we sure we want to do that? I don't think a > regular user would know what to put there. If the U-Boot > build is from a clean slate it's not like there are stray files > lying around or anything - we can just copy them all if we > want. I thought about this patch and I think we

Re: [PATCH v2 13/13] gnu: Add sbcl-stumpwm-with-slynk.

2016-10-07 Thread Andy Patterson
From 18ed767219311a348fe58f4a7e7f8bdb3dbfde9a Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Fri, 7 Oct 2016 03:37:02 -0400 Subject: [PATCH v3 11/12] gnu: Add sbcl-stumpwm-with-slynk. * gnu/packages/lisp.scm (sbcl-stumpwm+slynk): New variable. ---

Re: [PATCH v2 12/13] gnu: Add cl-slynk.

2016-10-07 Thread Andy Patterson
From c2ced364d1442c4a0f05a19518eaa88e4e602744 Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Sat, 1 Oct 2016 12:16:25 -0400 Subject: [PATCH v3 10/12] gnu: Add cl-slynk. * gnu/packages/lisp.scm (cl-slynk, sbcl-slynk, ecl-slynk): New variables. ---

Re: [PATCH v2 11/13] gnu: Add cl-stumpwm.

2016-10-07 Thread Andy Patterson
From e4810fc2d9a38b8cf4f4132db040cb6059e14fc3 Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Sat, 1 Oct 2016 00:32:44 -0400 Subject: [PATCH v3 09/12] gnu: Add cl-stumpwm. * gnu/packages/lisp.scm (cl-stumpwm, sbcl-stumpwm, ecl-stumpwm): New variables. ---

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
Hi again, Things took a little longer than expected as I ran into a bug with ECL (fix attached). I'll try to upstream it later. It can be re-ordered somewhere nearer the beginning of the series. On Wed, 5 Oct 2016 16:59:07 -0400 Andy Patterson wrote: > > What’s the

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
From 31dea60d8f4d876c24352b3279c8bef7d5a1ffc4 Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Mon, 26 Sep 2016 20:11:54 -0400 Subject: [PATCH v3 01/12] build-system: Add asdf-build-system. * guix/build-system/asdf.scm: New file. * guix/build/asdf-build-system.scm: New

Re: [PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-07 Thread Hartmut Goebel
Hi Ludo, thanks for the review and for proof-reading :-) I'll send an updated patch in a few days, waiting for some more feedback on this: Am 06.10.2016 um 23:02 schrieb Ludovic Courtès: > >> +@code{tests_require}) go into @code{native-inputs}. Examples are >> +@emph{setuptools},

Re: [PATCH] Add Vc

2016-10-07 Thread Ricardo Wurmus
Hi Leo, > On Mon, Oct 03, 2016 at 10:45:15AM +0200, Ricardo Wurmus wrote: >> The rest looks good to me! Thanks! > > Thanks for the review. Pushed with your suggestions :) Vc fails its tests on armhf, i686, and x86_64. Could you please take a look at this? ~~ Ricardo

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-07 Thread ng0
Tobias Geerinckx-Rice writes: > [ Unknown signature status ] > On 07/10/16 03:56, Tobias Geerinckx-Rice wrote: >> Interestingly, >> >> $ lynx https://google.com >> >> works just fin— > > (In the interest of balance, > > $ lynx https://duckduckgo.com > > works just fin– as