commit ae3f0404837eff39089c9ebd8b1bb42d133fde72
parent 625c880b3e925e1ff837ccf342378f8153619782
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 20:26:56 +0200
Fix var
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/github-runner.nix b/nixos/common/lib/github-runner.nix
@@ -30,7 +30,7 @@
extraEnvironment = {
YARA_LIBRARY_PATH = "${pkgs.yara}/lib";
YARA_INCLUDE_DIR = "${pkgs.yara}/include";
- LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
+ LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
BINDGEN_EXTRA_CLANG_ARGS = "$(< ${stdenv.cc}/nix-support/libc-crt1-cflags) \
$(< ${stdenv.cc}/nix-support/libc-cflags) \
$(< ${stdenv.cc}/nix-support/cc-cflags) \