mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
vim-plugins/YouCompleteMe: fix build
This commit is contained in:
parent
199e7908a5
commit
d50cb78b78
@ -1,5 +1,5 @@
|
|||||||
# TODO check that no license information gets lost
|
# TODO check that no license information gets lost
|
||||||
{ fetchurl, bash, stdenv, python, cmake, vim, perl, ruby, unzip, which, fetchgit, fetchzip, clang, zip }:
|
{ fetchurl, bash, stdenv, python, cmake, vim, perl, ruby, unzip, which, fetchgit, fetchzip, llvmPackages, zip }:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Typical plugin files:
|
Typical plugin files:
|
||||||
@ -538,7 +538,7 @@ rec {
|
|||||||
|
|
||||||
name = "vimplugin-youcompleteme-2014-10-06";
|
name = "vimplugin-youcompleteme-2014-10-06";
|
||||||
|
|
||||||
buildInputs = [ python cmake clang.clang ];
|
buildInputs = [ python cmake llvmPackages.clang ];
|
||||||
|
|
||||||
configurePhase = ":";
|
configurePhase = ":";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user