Re: [PATCH 1/3] gnu: Add cfitsio

2016-08-30 Thread Alex Kost
John Darrington (2016-08-30 22:21 +0300) wrote: > * gnu/packages/astronomy.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/astronomy.scm | 53 > ++ > 2 files changed, 54 insertions

Re: [PATCH 1/3] gnu: Add cfitsio

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:21:10PM +0200, John Darrington wrote: > + (uri (string-append > +"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"; name version > +".tar.gz")) I would indent this based on (string-append). > + (add-after 'unpack 'replace-slash-bin I

[PATCH 1/3] gnu: Add cfitsio

2016-08-30 Thread John Darrington
* gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/astronomy.scm | 53 ++ 2 files changed, 54 insertions(+) create mode 100644 gnu/packages/astronomy.scm diff --git a