On 01/18/2013 10:45 PM, Ludovic Courtès wrote:
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.
Why would there be a clash ?
Just using "(license vim)" seems to work.
+;;; Copyright ?? 2013 Cyril Roelandt<tipec...@gmail.com>
Make sure to use UTF-8.
Is it ok to send patches using git send-email, since all mail clients suck ?
Other than that, looks good, thanks!
You're welcome !
Cyril.