Fix default.nix for new transitive dependency
The transitive dependency "onig_sys" needs the libclang path set now. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
598b6ec9a6
commit
97583c6c54
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = env ++ dependencies;
|
buildInputs = env ++ dependencies;
|
||||||
|
|
||||||
|
LIBCLANG_PATH="${pkgs.llvmPackages.libclang}/lib";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue