guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add gmime


From: Mark H Weaver
Subject: Re: [PATCH] gnu: Add gmime
Date: Wed, 19 Feb 2014 05:17:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Andreas Enge <address@hidden> writes:

> On Tue, Feb 18, 2014 at 11:09:16PM -0500, Mark H Weaver wrote:
>> This adds gmime, another step toward notmuch (mail).
>> +  #:use-module (srfi srfi-1))
>
> Is this module needed in the sense that the solution is preferable to what
> is done, for instance, to determine the file name of qt?

The code in the qt recipe removes everything after (and including) the
last period.  I think that's not as robust, because it fails to properly
handle a version number with more (or less) than 3 components.

srfi-1 is very widely used.  It is certainly already loaded already, so
importing it is a cheap operation.

What do you think?

      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]