vim-plugins/YouCompleteMe: fix build

This commit is contained in:
Aristid Breitkreuz 2014-11-16 17:27:13 +01:00
parent 199e7908a5
commit d50cb78b78

View File

@ -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 = ":";