Re: [PATCH 2/3] gnu: Add ledger.

2016-05-11 Thread Alex Griffin
Here's an updated patch with the suggested changes. I also re-enabled the shared library and python module, and built html docs, and a few other things. This turned out to be a much more challenging package than I expected! Hopefully it is finally finished or very close to finished. Thanks, -- Al

Re: [PATCH 0/1] libarchive: Fix CVE-2016-1541

2016-05-11 Thread Leo Famulari
On Wed, May 11, 2016 at 03:44:59PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > This patch applies the upstream patch [1]. > > LGTM. Done as e7806e6ca. > > I will follow this commit with an "ungrafting" commit on core-updates. > > Cool! There are conflicts in cross gnu/packages/c

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-11 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> Ludovic Courtès writes: >> >>> Roel Janssen skribis: >>> From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 10 May 2016 15:54:01 +0200 Subject: [PATCH 1/2] gnu: graphviz:

[PATCH] import cran: latest-bioconductor-release: Wrap Bioconductor URL in list.

2016-05-11 Thread Ricardo Wurmus
* guix/import/cran.scm (latest-bioconductor-release): Wrap Bioconductor URL in list in the "urls" field of the "upstream-source" value. --- guix/import/cran.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 6f2ceed..f936941

Re: Patchwork

2016-05-11 Thread Ricardo Wurmus
Ludovic Courtès writes: > Efraim Flashner skribis: > >> On Mon, May 02, 2016 at 05:50:21PM +0200, Ludovic Courtès wrote: >>> Ricardo Wurmus skribis: >>> >>> > I’ve submitted a patch to the mailing list (this time inline with “git >>> > send-mail”) and it appeared in the list. Is there any wa

Re: [PATCH] entr-3.5

2016-05-11 Thread Matthew Jordan
Thank you for the welcome Ludovic Courtès. I just have a couple of questions. > 3. Added the file to gnu/local.mk. Is this file to be updated when a new source file is added? > 4. Added a ChangeLog-style commit log. Is there a specific reference/manual on the "ChangeLog-style" I could revi

Re: [PATCH v2] move libxkbcommon from "gnu/packages/qt.scm" to "gnu/packages/xdisorg.scm"

2016-05-11 Thread Ludovic Courtès
BTW, in the future, could you either use ‘git send-email’, or attach the patch as produced by ‘git format-patch’ to your messages? That would simply the workflow a bit. :-) Ludo’.

Re: [PATCH v2] move libxkbcommon from "gnu/packages/qt.scm" to "gnu/packages/xdisorg.scm"

2016-05-11 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Here's a version with a nicer commit message and which is putting > libxkbcommon closer to the top of the destination file. > > * gnu/packages/qt.scm: Move "libxkbcommon" code to ... > * gnu/packages/xdisorg.scm: ... here and remove "qt" dependecy from here. > * gn

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-11 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 >>> From: Roel Janssen >>> Date: Tue, 10 May 2016 15:54:01 +0200 >>> Subject: [PATCH 1/2] gnu: graphviz: Enable Guile library. >>> >>> * gnu/p

Re: [PATCH] entr-3.5

2016-05-11 Thread Ludovic Courtès
Hello, and welcome! Matthew Jordan skribis: > I'm relatively new to guix, spent the first couple > days getting used to running it in my VM. Loving it so far. Since I'm > not sure what to expect I decided to package a simple program that I > find quite handy. Let me know if I should change any

Re: [PATCH 0/4] Update mu and autoload mu4e.

2016-05-11 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-05-10 16:23 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2016-05-09 23:11 +0300) wrote: >>> Alex Kost skribis: > Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may > I ask how? By adding "~/.guix

Re: [PATCH] Add thinkfan.

2016-05-11 Thread Ludovic Courtès
Nicolas Goaziou skribis: > From f6e8845b46cd469a2e9a8540879436671944c87e Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Tue, 10 May 2016 21:20:49 +0200 > Subject: [PATCH] gnu: thinkfan: Fix daemon path in init scripts. > > * gnu/packages/linux.scm (thinkfan): Fix daemon path in init sc

Re: [PATCH] gnu: Add libpst.

2016-05-11 Thread Kei Yamashita
On Tue, 10 May 2016 21:05:35 -0400 Kei Yamashita wrote: > Another patch in preparation for Evolution. So it turns out that Evolution only builds without support for libpst. On the bright side, any other software that might need the library could be packaged after this. pgpX0eFe_Vd5j.pgp Descri

Re: [PATCH] gnu: Add orage.

2016-05-11 Thread Kei Yamashita
On Wed, 11 May 2016 12:03:28 +0200 Ricardo Wurmus wrote: > Kei Yamashita writes: > > > Orage also works with the libical patch. > > > From 207b943d41f9f1de5e553e46b57210b0f76321a6 Mon Sep 17 00:00:00 > > 2001 From: Kei Yamashita > > Date: Tue, 10 May 2016 01:04:01 -0400 > > Subject: [PATCH]

Re: Timestamps in ...-autoloads.el files

2016-05-11 Thread Alex Kost
I've just noticed that our generated "…-autoloads.el" files still have unwished timestamps (SOURCE_DATE_EPOCH is not honored). To recap: we use "gnu/packages/patches/emacs-source-date-epoch.patch" to modify 'autoload-insert-section-header' function, and it should work, but it doesn't. IIUC this h

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-11 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Tue, 10 May 2016 15:54:01 +0200 >> Subject: [PATCH 1/2] gnu: graphviz: Enable Guile library. >> >> * gnu/packages/graphviz.scm (graphviz): C

[PATCH] entr-3.5

2016-05-11 Thread Matthew Jordan
Good Day everyone, I'm relatively new to guix, spent the first couple days getting used to running it in my VM. Loving it so far. Since I'm not sure what to expect I decided to package a simple program that I find quite handy. Let me know if I should change anything. Also note that I followed "

Re: [PATCH] gnu: Add libytnef.

2016-05-11 Thread Eric Bavier
On Tue, 10 May 2016 22:14:27 -0400 Kei Yamashita wrote: > * gnu/packages/mail.scm (libytnef): New variable. > --- > gnu/packages/mail.scm | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > index 2d95753..a8e8716 10064

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-11 Thread Ludovic Courtès
Roel Janssen skribis: > From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 10 May 2016 15:54:01 +0200 > Subject: [PATCH 1/2] gnu: graphviz: Enable Guile library. > > * gnu/packages/graphviz.scm (graphviz): Compile with Guile support. Cool, a

Re: [PATCH] gnu: Correct libical zoneinfo search path.

2016-05-11 Thread Ludovic Courtès
Kei Yamashita skribis: > Is this what you mean? > > + (let ((tzdata (assoc-ref %build-inputs "tzdata"))) > + (substitute* "src/libical/icaltz-util.c" > + (("char \\*search_paths \\[\\] =.*$") > + (string-append > + "char

Re: [PATCH 0/1] libarchive: Fix CVE-2016-1541

2016-05-11 Thread Ludovic Courtès
Leo Famulari skribis: > There is a buffer overflow in libarchive, CVE-2016-1541 [0]. According > to MITRE description, it "allows remote attackers to execute arbitrary > code via crafted entry-size values in a ZIP archive." > > Yikes! > > This patch applies the upstream patch [1]. > > Requesting

Re: [PATCH] version bump libgcrypt -> 1.7

2016-05-11 Thread ng0
On 2016-04-24(04:23:22+0200), Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Wed, Apr 20, 2016 at 07:03:40PM +0200, Ludovic Courtès wrote: > >> Leo Famulari skribis: > >> > >> > On Sun, Apr 17, 2016 at 11:53:51AM +0200, ng0 wrote: > >> >> Updated libgcrypt patch. > >> > > >> > Is there

Re: [PATCH 0/4] Update mu and autoload mu4e.

2016-05-11 Thread Alex Kost
Ludovic Courtès (2016-05-10 16:23 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-05-09 23:11 +0300) wrote: >> >>> Alex Kost skribis: >>> Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may I ask how? By adding "~/.guix-profile/share/emacs/site-lisp/m

Re: [PATCH] gnu: Add gnome-calendar.

2016-05-11 Thread Ricardo Wurmus
Hi, thank you for the patch! > Note that this package is nonfunctional without first applying the > libical patch I sent earlier. > From 29033622d9490d299d2409b73f9e21862ca939ec Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 10 May 2016 00:16:46 -0400 > Subject: [PATCH] gnu: Add

Re: [PATCH] gnu: Add orage.

2016-05-11 Thread Ricardo Wurmus
Kei Yamashita writes: > Orage also works with the libical patch. > From 207b943d41f9f1de5e553e46b57210b0f76321a6 Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 10 May 2016 01:04:01 -0400 > Subject: [PATCH] gnu: Add orage. > * gnu/packages/xfce.scm (orage): New variable. > --- >

Re: Gnome-updates

2016-05-11 Thread Andreas Enge
On Tue, May 03, 2016 at 01:35:49PM +0200, Ludovic Courtès wrote: > It’s building now. Once most of it is built on x86_64, we should look > at the diff against master in Hydra and check for any regressions. There is a problem with a simple solution, I think: http://hydra.gnu.org/build/1187760/n