mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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";
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user