Hacker symbol

February 12, 2021 ~ 1 min read

Clang llvm


You probably just need cmake in your builkd inputs for:

C compiler (gcc) not installed. Aborting.

And environment variables you need:

LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";

In your nix derivation


Sebastian BolaƱos

Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.