Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread Marius Bakke
Danny Milosavljevic writes: > Hi, > > On Thu, 26 Jan 2017 19:14:41 +0100 > Marius Bakke wrote: > >> >> +(arguments >> >> + `(#:tests? #f ; no tests exist >> >> + )) >> >> Please move these to the previous line. > > How? I'm not supposed to use block comment and the line comment >

Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread Danny Milosavljevic
Hi, On Thu, 26 Jan 2017 19:14:41 +0100 Marius Bakke wrote: > >> +(arguments > >> + `(#:tests? #f ; no tests exist > >> + )) > > Please move these to the previous line. How? I'm not supposed to use block comment and the line comment doesn't end properly if I move the closing par

Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread Marius Bakke
ng0 writes: > Danny Milosavljevic writes: > >> * gnu/packages/databases.scm (python-pyodbc-c, python2-pyodbc-c): >> New variables. [...] >> + (file-name (string-append name "-" version ".tar.gz" >> +(build-system python-build-system) >> +(inputs >> + `(("unixodbc" ,unix

Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread ng0
Danny Milosavljevic writes: > * gnu/packages/databases.scm (python-pyodbc-c, python2-pyodbc-c): > New variables. > --- > gnu/packages/databases.scm | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm > ind

[PATCH] gnu: Add python-pyodbc-c.

2017-01-25 Thread Danny Milosavljevic
* gnu/packages/databases.scm (python-pyodbc-c, python2-pyodbc-c): New variables. --- gnu/packages/databases.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index e8be17980..fc576888d 100644 --- a/gnu/pack