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
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
> > +from-prefix to-pr
* 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 +++
* 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 a/gnu/pa
* 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
i
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.
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 with ".".
Danny Milosavljevic skribis:
>> (symlink "." (string-append out "/share/zoneinfo/posix"))
>
> "..", no?
No, I don’t think so.
Ludo’.
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
bundl
* 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
+++ b/gnu/packa
* 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
+++ b/gnu/packages/python
* 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
+++ b/gnu/packag
* 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
+++ b/gnu
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 changed,
* 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
+++ b/gnu/pa
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 tests fail.
running test
Search
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.
Hartmut Goebel wrote:
> These are
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 way than before [0]:
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 listed as an requirement for clo
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 the
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
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.
Yeah!
> From a188e5e12ac666f46c659c3e433
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: Add asdf-build-system.
>
> * guix/build-system/as
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
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" ,pyth
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 imag
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
Dipl.-Infor
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 the
Danny Milosavljevic (5):
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.
gnu/packages/python.scm | 106 +---
1 file chan
* 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
+++ b/gnu/packages/python
* gnu/packages/python.scm (python-sphinx): Updated.
---
gnu/packages/python.scm | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 157a544..da5b63d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/pyth
* 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
+++ b/gnu/packag
* 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
+++ b/gnu/package
* 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
+++ b/gnu
* 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
+++ b/gnu
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 bui
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 anything - we can just c
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
Subject: [PATCH 1/2
> 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 shou
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.
---
gnu/packages/lisp.scm | 29
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.
---
gnu/packages/lisp.scm | 230 ++
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.
---
gnu/packages/lisp.scm | 66 +++
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 ‘compile-dependencies’ used f
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 file.
* guix/build/lisp-
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}, @emph{pytest}
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
46 matches
Mail list logo