forked from mirrors/nixpkgs
vim: now compiles in stdenv-updates (-lutil -lpthread)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10525
This commit is contained in:
parent
410197a734
commit
e281a287b2
|
@ -55,6 +55,8 @@ args.stdenv.mkDerivation {
|
|||
preBuild="touch src/auto/link.sed";
|
||||
configureFlags = args.lib.condConcat "" configFlags check;
|
||||
|
||||
NIX_LDFLAGS = "-lpthread -lutil";
|
||||
|
||||
meta = {
|
||||
description = "The most popular clone of the VI editor";
|
||||
homepage = http://www.vim.org;
|
||||
|
|
Loading…
Reference in a new issue