[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add ntp
From: |
Mark H Weaver |
Subject: |
Re: [PATCH] gnu: Add ntp |
Date: |
Sat, 18 Oct 2014 18:03:51 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (gnu/linux) |
Ian Denhardt <address@hidden> writes:
> Quoting Mark H Weaver (2014-10-18 12:24:56)
>> (string-join (take (string-split version #\.) 2)
>> ".")
>
> <snip>
>
>> I suppose we should add a procedure specifically for this, but
>> it can wait, and it should be in a separate commit anyway.
>
> I'm going to grab this and try to have a patch submitted today or
> tomorrow.
Sounds good!
> Does guix/utils.scm seem like a sensible place to put this?
Yes, it fits in well with 'version-compare' and 'version>?'.
Thanks,
Mark