Re: [PATCH] gnu: add geos

2017-01-23 Thread Marius Bakke
Björn Höfling writes: > Thanks for accepting! > > I have some comments/questions below. > >> > +(arguments `(#:phases >> > + (modify-phases %standard-phases >> > + (add-after >> > + 'unpack 'patch-test-shebangs >> > +

Re: [PATCH] gnu: add geos

2017-01-22 Thread Björn Höfling
Thanks for accepting! I have some comments/questions below. Björn On Sat, 21 Jan 2017 14:08:12 +0100 Marius Bakke wrote: > Björn Höfling writes: > > > * gnu/packages/geo.scm (geos): New variable. > > Thanks for this! I've applied it with some minor changes, described > below: > > > +(def

Re: [PATCH] gnu: add geos

2017-01-21 Thread Marius Bakke
Björn Höfling writes: > * gnu/packages/geo.scm (geos): New variable. Thanks for this! I've applied it with some minor changes, described below: > +(define-public geos > + (package > +(name "geos") > +(version "3.6.1") > +(source (origin > + (method url-fetch) > +

[PATCH] gnu: add geos

2017-01-20 Thread Björn Höfling
* gnu/packages/geo.scm (geos): New variable. --- gnu/packages/geo.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 797b9ea30..75fde2752 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -32,