[email protected] (Ludovic Courtès) writes:

> "Mark H. Weaver" <[email protected]> skribis:
>
>> +;; XXX: Work around <http://bugs.gnu.org/19840>, present in Guile
>> +;; up to 2.0.11.
>> +(unless (or (> (string->number (major-version)) 2)
>> +            (> (string->number (minor-version)) 0)
>> +            (> (string->number (micro-version)) 11))
>
> Just a minor nit: could you change that to use ‘guile-version>?’
> instead?  It is more concise and easier to search for.

I thought about that, but it would involve importing (guix utils) from
(guix build download), and then arranging to add (guix utils) to the
list of imported modules in the derivation produced by 'url-fetch' in
(guix download), and maybe some other places.

Anyway, if we do this, we should also change the definition of
'post-2.0.7?' in the same file.

       Mark

Reply via email to