Re: [PATCH 08/10] gnu: readline: support mingw.

2016-05-02 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> * gnu/packages/patches/readline-6.3-mingw.patch: New file. >> * gnu-system.am (dist_patch_DATA): Add it. >> * gnu/packages/readline.scm (readline): Support mingw. > > Can you clarify the licensing on the patch, and note its original > author? Ideally we should send the patch

Re: [PATCH 08/10] gnu: readline: support mingw.

2016-05-02 Thread Jan Nieuwenhuizen
Andy Wingo writes: >>(arguments `(#:configure-flags >> (list (string-append "LDFLAGS=-Wl,-rpath -Wl," >> (assoc-ref %build-inputs "ncurses") >> -"/lib") >> +

Re: [PATCH 08/10] gnu: readline: support mingw.

2016-05-02 Thread Andy Wingo
On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen writes: > * gnu/packages/patches/readline-6.3-mingw.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. > * gnu/packages/readline.scm (readline): Support mingw. Can you clarify the licensing on the patch, and note its original author? Ideall

[PATCH 08/10] gnu: readline: support mingw.

2016-04-29 Thread Jan Nieuwenhuizen
* gnu/packages/patches/readline-6.3-mingw.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline): Support mingw. --- gnu/local.mk | 1 + gnu/packages/patches/readline-6.3-mingw.patch | 128 ++ gn