Another Evolution dependency.
From ef59448eb47ea1a6ec27d953e7903d83a76a7fe6 Mon Sep 17 00:00:00 2001
From: Kei Yamashita
Date: Tue, 10 May 2016 22:05:49 -0400
Subject: [PATCH] gnu: Add libytnef.
* gnu/packages/mail.scm (libytnef): New variable.
---
gnu/packages/mail.scm | 22
Another patch in preparation for Evolution.
From 7c54fcc66ba52e58eec806c5a9eaefa0ee56afc1 Mon Sep 17 00:00:00 2001
From: Kei Yamashita
Date: Tue, 10 May 2016 20:39:42 -0400
Subject: [PATCH] gnu: Add libpst.
* gnu/packages/mail.scm (libpst): New variable.
---
gnu/packages/mail.scm | 33 ++
Here's an updated patch with utfcpp moved to textutils.
--
Alex Griffin
From 0fada0c526a9d3aa1573d96ec488da1c20b43a0d Mon Sep 17 00:00:00 2001
From: Alex Griffin
Date: Sat, 7 May 2016 12:16:39 -0500
Subject: [PATCH 1/2] gnu: Add utfcpp.
* gnu/packages/textutils.scm (utfcpp): New variable.
---
g
On Sun, May 8, 2016, at 10:33 PM, Leo Famulari wrote:
> On Sun, May 08, 2016 at 10:46:59AM +0300, Alex Kost wrote:
> > So I think there is no need to make a separate 'emacs-ledger-mode'
> > package, but instead 'ledger' package should be adjusted (if needed) to
> > put elisp files in appropriate pl
I'll be submitting a few patches in order to eventually package
Evolution for the GNOME desktop. If someone could verify that this
package definition is okay for submission, that would be excellent!
From 68a9f9f5a90e5cecbfa38aac72530688b025 Mon Sep 17 00:00:00 2001
From: Kei Yamashita
Date: Tu
On Tue, 10 May 2016 15:36:19 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Hi,
>
> Good catch!
>
> Kei Yamashita skribis:
>
> > + (modify-phases %standard-phases
> > + (add-before 'configure 'patch-paths
> > + (lambda _
> > + (let ((tzdata (assoc-ref %build-
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 your review, since s many packages
* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive/fixed): New variable.
* gnu/packages/patches/libarchive-CVE-2016-1541.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
---
gnu/local.mk | 1 +
gnu/packages/backup.scm
Hello,
l...@gnu.org (Ludovic Courtès) writes:
> Nicolas Goaziou skribis:
>> I realize there are hard-coded paths in init scripts. Would it make
>> sense to patch them so as to refer to `thinkfan' in store instead of
>> "/usr/sbin/thinkfan"?
>
> Yes, I think so.
Here's the patch, then.
Regards
done! thanks
Daniel Pimentel (d4n1)On l...@gnu.org, May 10, 2016 10:19 AM wrote:Hello Guix!
A GNU Hackers Meeting is due this summer (see below). If you’d like to
participate in preparing the program, please contact Christian and
Bastien. Regardless, make sure to save the date. :-)
Yo
>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.
---
gnu/packages/graphviz.scm | 16 ++
Hi,
Good catch!
Kei Yamashita skribis:
> + (modify-phases %standard-phases
> + (add-before 'configure 'patch-paths
> + (lambda _
> + (let ((tzdata (assoc-ref %build-inputs "tzdata")))
> + (substitute* "src/libical/icaltz-util.c"
> +
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 way for us to
>> > mark patches as co
Roel Janssen skribis:
> What is the preferred way to include the module file to the package?
> Should I create another package with this file alone, and use it as a
> propagated input for graphviz?
Could you first submit it upstream?
> I now have a graphviz-guile package with a graphviz.scm mod
Alex Kost skribis:
> Ludovic Courtès (2016-05-09 23:16 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase
>>> to avoid adding "mu4e" sub-directory to 'lispdir' variable.
>>
>> [...]
>>
>>> + ;; By default, elisp code g
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/mu4e" to
>>> 'load-path' manually and requiring mu4e?
>>
>>
Hello Guix!
A GNU Hackers Meeting is due this summer (see below). If you’d like to
participate in preparing the program, please contact Christian and
Bastien. Regardless, make sure to save the date. :-)
You may also want to subscribe to ghm-discuss¹ to get updates about the
meeting.
Cheers,
L
Hello there,
I now have a graphviz-guile package with a graphviz.scm module file.
Where should I link/copy/move libgv_guile.so?
I tried:
$PACKAGE_OUTPUT/lib/
$PACKAGE_OUTPUT/lib/guile/2.0/
$PACKAGE_OUTPUT/lib/guile/2.0/extensions/
But it seems my system only looks in:
/lib
/gnu/store/...-gcc-4.
Ricardo Wurmus writes:
> Roel Janssen writes:
>
>> Dear Guix,
>>
>> Here is another R package.
>> Thank you for your time.
>>
>> Kind regards,
>> Roel Janssen
>>
>>
>>>From c7da5f0f490d75fbf9697fc632fb0066dfefa89f Mon Sep 17 00:00:00 2001
>> From: Roel Janssen
>> Date: Mon, 9 May 2016 13:28:53
Ricardo Wurmus writes:
> Roel Janssen writes:
>
>> Dear Guix,
>>
>> Here is another R package.
>> Thank you for your time.
>>
>> Kind regards,
>> Roel Janssen
>>
>>>From 9afdfc2d9f8d2f0268878a9f16394c862f7dfb2b Mon Sep 17 00:00:00 2001
>> From: Roel Janssen
>> Date: Mon, 9 May 2016 13:42:31 +02
Hello Danny,
Thank you for your elaborate response. This makes it quite easy for me
to write the module file. I added "write" and "rm" to the module, which
should make it complete.
What is the preferred way to include the module file to the package?
Should I create another package with this fil
Ludovic Courtès (2016-05-09 23:29 +0300) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2016-05-08 21:40 +0300) wrote:
>
> [...]
>
>>> … by wrapping ‘vhash-consq’ in ‘delay’.
>>
>> … I tried it, but I got an error I don't know what to do with:
>>
>> Throw to key `vm-error' with args `(vm-run
Ludovic Courtès (2016-05-09 23:16 +0300) wrote:
> Alex Kost skribis:
>
>> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase
>> to avoid adding "mu4e" sub-directory to 'lispdir' variable.
>
> [...]
>
>> + ;; By default, elisp code goes to "share/emacs/site-lisp/mu
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/mu4e" to
>> 'load-path' manually and requiring mu4e?
>
> I don’t use it, but…
>
>> Our
On Tue, May 10, 2016 at 07:35:44AM +, Leo Famulari wrote:
> lfam pushed a commit to branch master
> in repository guix.
>
> commit b6449e61262374581b342aa4920bd37f2292923e
> Author: Leo Famulari
> Date: Mon May 9 20:48:36 2016 -0400
>
> gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558
25 matches
Mail list logo