Ian Denhardt writes:
> Quoting Mark H Weaver (2014-10-18 12:24:56)
>> (string-join (take (string-split version #\.) 2)
>>".")
>
>
>
>> 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 g
Quoting Mark H Weaver (2014-10-18 12:24:56)
> (string-join (take (string-split version #\.) 2)
>".")
> 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 sub
John Darrington writes:
> +(define-public ntp
> + (package
> + (name "ntp")
> + (version "4.2.6p5")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-";
> +(string-take ve
* gnu/packages/ntp.scm: New file.
* gnu-system.am (gnu/packages/ntp.scm): Add it.
---
gnu-system.am|1 +
gnu/packages/ntp.scm | 47 +++
2 files changed, 48 insertions(+)
create mode 100644 gnu/packages/ntp.scm
diff --git a/gnu-system.am b