Skip to content

Commit

Permalink
irony-server: don't use wrapped clang
Browse files Browse the repository at this point in the history
(cherry picked from commit d1260ea)
  • Loading branch information
LnL7 committed Sep 14, 2017
1 parent 56b2df0 commit f17ceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/irony-server/default.nix
Expand Up @@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "irony-server-${version}";
inherit (irony) version;

buildInputs = [ cmake llvmPackages.clang ];
nativeBuildInputs = [ cmake ];

dontUseCmakeBuildDir = true;

Expand Down

0 comments on commit f17ceea

Please sign in to comment.