Re: [PATCH] Add vim.

2013-01-20 Thread Andreas Enge
Am Sonntag, 20. Januar 2013 schrieb Cyril Roelandt: > During compilation, I get this error message : > nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: hostname: > command not found I did not see this. However, the patch-shebangs phase complains about a missing interpreter "perl", so i

[PATCH] Add vim.

2013-01-19 Thread Cyril Roelandt
* gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it. --- This patch adds the vim text editor. During compilation, I get this error message : nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: hostname: command not found "make test" runs the test suite, but quickly fails :

Re: [PATCH] Add vim.

2013-01-19 Thread Cyril Roelandt
On 01/19/2013 02:51 PM, Ludovic Courtès wrote: Andreas Enge skribis: This is strange - as if the bash binary called /bin/sh. I actually do not have this nix store path; I think he’s on i686, whereas you’re on x86_64, hence the different paths. Yes. Cyril.

Re: [PATCH] Add vim.

2013-01-19 Thread Ludovic Courtès
Andreas Enge skribis: > This is strange - as if the bash binary called /bin/sh. I actually do not > have this nix store path; I think he’s on i686, whereas you’re on x86_64, hence the different paths. Ludo’.

Re: [PATCH] Add vim.

2013-01-19 Thread Ludovic Courtès
Hi, Cyril Roelandt skribis: > On 01/18/2013 10:45 PM, Ludovic Courtès wrote: [...] >> 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 ? Because within the (gnu packages vim

Re: [PATCH] Add vim.

2013-01-19 Thread Andreas Enge
Am Samstag, 19. Januar 2013 schrieb Cyril Roelandt: > Right. I did that, and the test suite fails : > /nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/bash: /bin/sh: > No such file or directory This is strange - as if the bash binary called /bin/sh. I actually do not have this nix store p

Re: [PATCH] Add vim.

2013-01-18 Thread Cyril Roelandt
On 01/18/2013 10:53 PM, Andreas Enge wrote: Hello, Am Freitag, 18. Januar 2013 schrieb Cyril Roelandt: This patch adds vim (Vi IMproved), a very popular text editor based on vi, to the packages. the recipe works well for me, thanks! I did not specify a license, since vim uses a weird Charit

Re: [PATCH] Add vim.

2013-01-18 Thread Cyril Roelandt
On 01/18/2013 10:45 PM, Ludovic Courtès wrote: Hey! Cyril Roelandt 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 g

Re: [PATCH] Add vim.

2013-01-18 Thread Andreas Enge
Hello, Am Freitag, 18. Januar 2013 schrieb Cyril Roelandt: > This patch adds vim (Vi IMproved), a very popular text editor based on > vi, to the packages. the recipe works well for me, thanks! > I did not specify a license, since vim uses a weird Charityware license; > is that OK ? The FSF refe

Re: [PATCH] Add vim.

2013-01-18 Thread Ludovic Courtès
Hey! Cyril Roelandt 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

[PATCH] Add vim.

2013-01-18 Thread Cyril Roelandt
ndt Date: Fri, 18 Jan 2013 22:01:05 +0100 Subject: [PATCH] Add vim. * gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am |1 + gnu/packages/vim.scm | 51 ++ 2 files changed, 52 insertions(+) create m