emacsPackages.irony: add clang for Linux builds
libclang is needed as a library here. Adding it to fix building on Linux. This worked on macOS because clang is already provided.
This commit is contained in:
parent
cd2cab45a3
commit
38f426787f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ let
|
||||||
dontUseCmakeBuildDir = true;
|
dontUseCmakeBuildDir = true;
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
packageRequires = [ emacs ];
|
packageRequires = [ emacs ];
|
||||||
nativeBuildInputs = [ external.cmake external.llvmPackages.llvm ];
|
nativeBuildInputs = [ external.cmake external.llvmPackages.llvm external.llvmPackages.clang ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/irony";
|
homepage = "https://melpa.org/#/irony";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
|
|
Loading…
Reference in a new issue