vim: now compiles in stdenv-updates (-lutil -lpthread)

svn path=/nixpkgs/branches/stdenv-updates/; revision=10525
This commit is contained in:
Yury G. Kudryashov 2008-02-06 19:01:06 +00:00
parent 410197a734
commit e281a287b2

View file

@ -55,6 +55,8 @@ args.stdenv.mkDerivation {
preBuild="touch src/auto/link.sed"; preBuild="touch src/auto/link.sed";
configureFlags = args.lib.condConcat "" configFlags check; configureFlags = args.lib.condConcat "" configFlags check;
NIX_LDFLAGS = "-lpthread -lutil";
meta = { meta = {
description = "The most popular clone of the VI editor"; description = "The most popular clone of the VI editor";
homepage = http://www.vim.org; homepage = http://www.vim.org;