Federico Beffa writes:
> From 828438eb009a557cd0be5f0e2a42eebb0d59257d Mon Sep 17 00:00:00 2001
> From: Federico Beffa
> Date: Sun, 16 Oct 2016 15:59:49 +0200
> Subject: [PATCH 03/15] gnu: Add chez-web
>
> * gnu/packages/chez.scm (chez-web): New variable.
> ---
> gnu/packages/chez.scm | 49
Federico Beffa writes:
> From 9cbbc66e111c5446f818ce1f9aa8f1bc52300bec Mon Sep 17 00:00:00 2001
> From: Federico Beffa
> Date: Sun, 16 Oct 2016 16:25:26 +0200
> Subject: [PATCH 09/15] gnu: Add ghc-hmatrix.
>
> * gnu/packages/haskell.scm (ghc-hmatrix): New variable.
> ---
> gnu/packages/haskell.
As for the permanent user profile, one of the debian patches I applied
changed the functionality for security reason. I'm not certain I have the
expertise to make a correcting decision at this time, especially that is in
line with guix conventions about state.
I'll remember the feedback on patch n
Adonay Felipe Nogueira writes:
> My first patch to Guix project, I hope this helps. :)
Welcome and thanks for this patch! :)
The current artanis package has a bug where the install location is set
to "$out/$out/share/guile/site/2.0". This patch fixes that by installing
to "$out/share/guile/site
Christopher Allan Webber writes:
> I know Stephen, so I helped him put together this package, which is his
> first. It's a long time favorite free software game.
>
> There were a lot of patches to Kobo Deluxe in Debian; we kept finding
> that it wouldn't build without one or another of them, and
Christopher Allan Webber writes:
> I know Stephen, so I helped him put together this package, which is his
> first. It's a long time favorite free software game.
>
> There were a lot of patches to Kobo Deluxe in Debian; we kept finding
> that it wouldn't build without one or another of them, and
David Thompson writes:
> Hello again Carlos,
>
> Carlos Sosa writes:
>
>> I like the idea of 'guix deploy', and maybe something to propagates
>> given configuration files, like 'guix config prepare' and later 'guix
>> config apply'.
>>
>> Now, how can I contribute? work the guix command?
>>
I know Stephen, so I helped him put together this package, which is his
first. It's a long time favorite free software game.
There were a lot of patches to Kobo Deluxe in Debian; we kept finding
that it wouldn't build without one or another of them, and we read the
summary of all of them and deci
* gnu/packages/textutils.scm (dbacl): New variable.
---
gnu/packages/textutils.scm | 145 -
1 file changed, 144 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index a9725b4..6ab7cd4 100644
--- a/gnu/pac
[PATCH] gnu: Add dbacl.
Since the discussion we had about 2 weeks ago, I decided to just remove the
last occurence of the dbacl-jap.* this way it builds and tests succeed.
Why have I packaged this? Maybe it was needed for "afew", I'm really not sure.
The checkout is called guix-afew, the branc
* gnu/packages/games.scm (0ad): New variable.
---
gnu/packages/games.scm | 114 +
1 file changed, 114 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 03580a3..13119f5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/pac
This is a snapshot of my progress. This means anyone who feels like fixing what
I commented
can pick it up and finish it. If there has been no progress or repost of any
kind, I will
pick it up in a week, a month or half year or whenever I feel like next time to
work on it.
I have no real motiva
* gnu/packages/games.scm (0ad-data): New variable.
---
gnu/packages/games.scm | 46 ++
1 file changed, 46 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2bb53e0..03580a3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/pac
From c8b122d8c7cf7a574bbbac66963ac355c64effc5 Mon Sep 17 00:00:00 2001
From: Stephen Webber
Date: Sun, 16 Oct 2016 15:04:35 -0500
Subject: [PATCH] gnu: Add kobodeluxe.
* gnu/packages/games.scm (kobodeluxe): New variable.
* gnu/packages/patches/kobodeluxe_paths.patch: New file.
* gnu/packages/pat
ng0 writes:
> This adds lci, a lolcode interpreter. This time I removed the typo with two
> (native-input) so it works again.
Looks and works fine for me!
signature.asc
Description: PGP signature
Leo Famulari writes:
> This is a build time dependency of python-requests-toolbelt when using
> Python 3.5.
>
> * gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
This LGTM, but I have a couple of off-topic remarks.
The requests input/reference was a bit odd and seems t
Ricardo Wurmus writes:
> * gnu/packages/music.scm (mod-utilities): New variable.
> ---
> gnu/packages/music.scm | 34 ++
> 1 file changed, 34 insertions(+)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index d2e252e..e5715de 100644
> --- a/gnu
Hi Federico,
it’s a bit unfortunate to mix moving of packages between modules with a
fix and a feature addition (search paths). I think the move to a new
module is not necessary.
Could you separate these different changes into different patches,
please?
~~ Ricardo
On Sun, Oct 16, 2016 at 11:21:13AM +0800, 宋文武 wrote:
> >> Hi, python-wrapper has a broken `python3-config', which
> >> output cflags to the wrapper instead of the origin python3,
> >> leading the build failure of python-pycairo.
> >
> > So it appears to resolve the CFLAGS it returns relative to its
Julien Lepiller writes:
> On Sat, 15 Oct 2016 16:51:00 -0400
> Kei Kebreau wrote:
>
>> Julien Lepiller writes:
>>
>> > Hi,
>> >
>> > I attached a patch to add fbida, a frame-buffer based image and pdf
>> > viewer. I created a new file, since I didn't find an existing one
>> > where it could go
On 14/10/16 10:30, Hartmut Goebel wrote:
> Am 13.10.2016 um 22:10 schrieb Ludovic Courtès:
>> Hartmut, since the rest of the patch looked non controversial, and if
>> ‘guix lint’ doesn’t complain, you can push to ‘master’ with the synopsis
>> above.
>
> Done with minor adjustments.
> 0350a8bb1eef1
This is a build time dependency of python-requests-toolbelt when using
Python 3.5.
* gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
---
gnu/packages/python.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python.scm
Federico Beffa writes:
> This is the newest GHC version. I'm adding it as opposed to updating
> the version of the current compiler because it is likely to break some
> of the 240+ libraries that we have and currently I can't commit to fix
> those.
I think this is the right approach. I have a
Hartmut Goebel writes:
> * gnu/packages/finance.scm (geierlein): New variable.
[…]
> +
> +(define-public geierlein
> + (package
> +(name "geierlein")
> +(version "0.9.5")
> +(source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://github.com/stes
* gnu/packages/finance.scm (geierlein): New variable.
---
gnu/packages/finance.scm | 59 +++-
1 file changed, 58 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 57c9f60..d99f15b 100644
--- a/gnu/packag
Ricardo Wurmus (2016-10-16 12:29 +0200) wrote:
> Alex Kost writes:
>
>> Commit fbe9c1012820 introduced unneeded dependency on (json) module,
>> i.e. 'guile-json' is a hard dependency of Guix now.
>>
>> Was it an accident, or do I miss anything?
>
> I think this was an accident. We always tried t
Hello,
I notice the patch for CVE-2016-7977[0] handles the problem differently
than GNU Ghostscript[1] does. Maybe you can take a look at it.
[0]:
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=8abd22010eb4db0fb1b10e430d5f5d83e015ef70
[1]: http://git.savannah.gnu.org/cgit/ghostscript.
This is the newest GHC version. I'm adding it as opposed to updating
the version of the current compiler because it is likely to break some
of the 240+ libraries that we have and currently I can't commit to fix
those.
There is a project https://www.stackage.org/ curating an LTS set of
libraries pl
From 7fbb4cfb5a9dcae749c62a466ca3ec8fd00c7115 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:55:18 +0200
Subject: [PATCH 14/15] gnu: Add ghc-hashtables.
* gnu/packages/haskell.scm (ghc-hashtables): New variable.
---
gnu/packages/haskell.scm | 25
From db784f9aaafe542e4f8213397c0886b83f75adf4 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:29:51 +0200
Subject: [PATCH 11/15] gnu: Add ghc-hmatrix-special.
* gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
---
gnu/packages/haskell.scm | 23 ++
From 6a3e22a85352587d4edb786919e59b4a486f2be3 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:27:41 +0200
Subject: [PATCH 10/15] gnu: Add ghc-hmatrix-gsl.
* gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
---
gnu/packages/haskell.scm | 26 ++
From 1c9a41b100d482f25bd7b3c930afa56fb630223b Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:19:32 +0200
Subject: [PATCH 08/15] gnu: Add ghc-storable-complex.
* gnu/packages/haskell.scm (ghc-storable-complex): New variable.
---
gnu/packages/haskell.scm | 21
From 4293c55d921d82c0542907024a1b51abea32b6dc Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:10:31 +0200
Subject: [PATCH 06/15] gnu: Add chez-irregex.
* gnu/packages/chez.scm (chez-irregex): New variable.
---
gnu/packages/chez.scm | 33 +
From 50a023bc5dcda5181f7bc77f0e414c673b249e7b Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:32:03 +0200
Subject: [PATCH 12/15] gnu: Add ghc-hmatrix-gsl-stats.
* gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
---
gnu/packages/haskell.scm | 26 ++
From d09667ff264149467b2b69e8a4ef67a1ce9b123c Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:03:07 +0200
Subject: [PATCH 04/15] gnu: Add chez-sockets.
* gnu/packages/chez.scm (chez-sockets): New variable.
---
gnu/packages/chez.scm | 76 ++
From e03430859c864c3b868994143fe729f0558297ab Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sat, 15 Oct 2016 21:23:31 +0200
Subject: [PATCH 01/15] gnu: chez-scheme: Add search-path and Fix i686 build.
* gnu/packages/scheme.scm (chez-scheme, nanopass, stex): Move variables ...
* gnu/package
From 9cbbc66e111c5446f818ce1f9aa8f1bc52300bec Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:25:26 +0200
Subject: [PATCH 09/15] gnu: Add ghc-hmatrix.
* gnu/packages/haskell.scm (ghc-hmatrix): New variable.
---
gnu/packages/haskell.scm | 33 ++
From c6d0839666e90da4074a1ae6af9a355907a9cdd8 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:12:25 +0200
Subject: [PATCH 07/15] gnu: Add chez-fmt.
* gnu/packages/chez.scm (chez-fmt): New variable.
---
gnu/packages/chez.scm | 38 ++
1
From 5821d3e41e37df01492141f128a0a09b5e70498f Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 16:08:33 +0200
Subject: [PATCH 05/15] gnu: Add chez-matchable.
* gnu/packages/chez.scm (chez-matchable): New variable.
---
gnu/packages/chez.scm | 52 ++
From 828438eb009a557cd0be5f0e2a42eebb0d59257d Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 15:59:49 +0200
Subject: [PATCH 03/15] gnu: Add chez-web
* gnu/packages/chez.scm (chez-web): New variable.
---
gnu/packages/chez.scm | 49 +++
From 1433f85bd0ba7fa0239b200f693e9b2ffcc8e039 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Sun, 16 Oct 2016 15:49:36 +0200
Subject: [PATCH 02/15] gnu: Add chez-srfi.
* gnu/packages/chez.scm (chez-srfi): New variable.
---
gnu/packages/chez.scm | 28
1 file cha
On Wed, Sep 28, 2016 at 05:42:22PM +, Leo Famulari wrote:
> lfam pushed a commit to branch master
> in repository guix.
>
> commit 1d51585573f49105edd1a577ba53e86367ffd821
> Author: Stefan Reichoer
> Date: Wed Sep 21 21:58:52 2016 +0200
>
> gnu: Add xonsh.
>
> * gnu/packages/s
Hi Thomas,
On Fri, Oct 14, 2016 at 11:00:29AM +0200, Thomas Danckaert wrote:
> as far as I understand, the header hdfi.h defines fixed width datatypes such
> as float64, uint8, int32, ... depending on the detected architecture, and
> it's not detecting mips and arm properly.
>
> I've checked, and
宋文武 writes:
> ng0 writes:
>
>
>>> From d1d7eb59ca53833098cea2d6eddaa59f1494b579 Mon Sep 17 00:00:00 2001
>>> From: ng0
>>> Date: Fri, 8 Jul 2016 15:42:55 +
>>> Subject: [PATCH] gnu: services: Add git-service.
>>>
>>> * gnu/services/version-control.scm: New file, create it.
>>> (git-service)
Hello all
I will review the Mark's patches and apply them for a security release
next week.
Thanks for your help !
Best regards
Didier
Le 15/10/2016 à 09:36, Mark H Weaver a écrit :
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Hello Didier and all,
>>
>> We are wondering about the applicabi
Hi,
this patch fixes a problem with nginx configuration (ensuring some
directories are available to nginx) and adds vhost support in its
configuration. Also updates the doc accordingly.From 613d5db739d4010be2037fd2fcfc70baca4625aa Mon Sep 17 00:00:00 2001
From: Julien Lepiller
Date: Mon, 26 Sep 2
Thanks for relieving me. :)
Does this also apply to the configure script that was found with such
paths (in that attachment, look for '^\./configure') ?
signature.asc
Description: This is a digitally signed message part
Kei Kebreau writes:
> Ricardo Wurmus writes:
>
>> * gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
Thanks for the review (and for checking reproducibility). This has been
pushed to master as b7afd01893ef2f08049810bd63784e915a8a2f9a.
~~ Ricardo
Alex Kost writes:
> Commit fbe9c1012820 introduced unneeded dependency on (json) module,
> i.e. 'guile-json' is a hard dependency of Guix now.
>
> Was it an accident, or do I miss anything?
I think this was an accident. We always tried to keep guile-json as a
soft dependency in the past and I
Ricardo Wurmus writes:
> Theodoros Foradis writes:
>
>> Hi,
>>
>> I see that the original patches were applied in master. Did you check if
>> cross-binutils with 2.25.1 source works for your use case?
>
> Yes, I’m using the regular cross-binutils. Thanks for the hint!
>
>> Would you like me to
On Sat, 15 Oct 2016 16:51:00 -0400
Kei Kebreau wrote:
> Julien Lepiller writes:
>
> > Hi,
> >
> > I attached a patch to add fbida, a frame-buffer based image and pdf
> > viewer. I created a new file, since I didn't find an existing one
> > where it could go. Let me know if you prefer it in an e
51 matches
Mail list logo