Hey! Cyril Roelandt <tipec...@gmail.com> skribis:
> This patch adds vim (Vi IMproved), a very popular text editor based on > vi, to the packages. > > I did not specify a license, since vim uses a weird Charityware > license; is that OK ? No. :-) Can you please add it to guix/licenses.scm, using http://www.gnu.org/philosophy/license-list.html#Vim in the third field? Then just include (guix licenses) in vim.scm, and use it. You’ll need a #:renamer to avoid a name clash, as is done in openssl.scm. > +;;; Copyright ?? 2013 Cyril Roelandt <tipec...@gmail.com> Make sure to use UTF-8. Other than that, looks good, thanks! Ludo’.