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
* 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 :
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.
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’.
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
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
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
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
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
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
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
11 matches
Mail list logo