mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
irony-server: don't use wrapped clang
This commit is contained in:
parent
3c70ed9577
commit
d1260ea6aa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "irony-server-${version}";
|
||||
inherit (irony) version;
|
||||
|
||||
buildInputs = [ cmake llvmPackages.clang ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
dontUseCmakeBuildDir = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue