mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
irony-server: don't use wrapped clang
This commit is contained in:
parent
3c70ed9577
commit
d1260ea6aa
@ -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 New Issue
Block a user