silly fox </3
This commit is contained in:
parent
f20ae2d56f
commit
ae6251c3a1
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
||||||
env = let
|
env = let
|
||||||
inherit (llvmPackages) llvm libclang;
|
inherit (llvmPackages) llvm libclang;
|
||||||
in {
|
in {
|
||||||
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${builtins.toString (lib.makeLibraryPath buildInputs)}";
|
LD_LIBRARY_PATH = builtins.toString (lib.makeLibraryPath buildInputs);
|
||||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
LIBCLANG_PATH = "${libclang.lib}/lib";
|
||||||
|
|
||||||
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue