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
>> > +
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
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)
> +
* 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,