Re: [PATCH 3/3] gnu: Add gnuastro

2016-08-31 Thread Alex Kost
John Darrington (2016-08-30 22:21 +0300) wrote: > * gnu/packages/astronomy.scm (gnuastro): New variable. > --- > gnu/packages/astronomy.scm | 28 +++- > 1 file changed, 27 insertions(+), 1 deletion(-) > > > diff --git a/gnu/packages/astronomy.scm

Re: [PATCH 3/3] gnu: Add gnuastro

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:21:12PM +0200, John Darrington wrote: > * gnu/packages/astronomy.scm (gnuastro): New variable. > +(source > + (origin I would shift this one column to the right, and the rest of (source) accordingly. > + (method url-fetch) > + (uri (string-append

[PATCH 3/3] gnu: Add gnuastro

2016-08-30 Thread John Darrington
* gnu/packages/astronomy.scm (gnuastro): New variable. --- gnu/packages/astronomy.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 53e86c8..24c6d79 100644 ---