Ludovic Courtès writes: > civodul pushed a commit to branch master > in repository guix. > > commit ae12d586275cdd96db23fb01bf840b2055b5b979 > Author: Jan Nieuwenhuizen > Date: Tue Apr 12 15:49:17 2016 +0200 > > gnu: readline: support mingw. > > * gnu/packages/patches/readline-7.0-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-7.0-mingw.patch | 28 +++++++++++++++++++++++++ > gnu/packages/readline.scm | 14 ++++++++++++- > 3 files changed, 42 insertions(+), 1 deletion(-) Hello! This commit added a patch for readline, but it wasn't added to the source. Do you know if it is still required?