forked from Henry-Hiles/nexus
lets try it again!
This commit is contained in:
parent
698d000f11
commit
c2a7c08c31
2 changed files with 11 additions and 2 deletions
|
|
@ -44,11 +44,14 @@
|
|||
go
|
||||
olm
|
||||
git
|
||||
llvm
|
||||
clang
|
||||
flutter
|
||||
];
|
||||
|
||||
env = {
|
||||
LD_LIBRARY_PATH = "${pkgs.llvmPackages.libclang.lib}/lib:./build/native_assets/linux";
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
|
||||
LD_LIBRARY_PATH = "./build/native_assets/linux";
|
||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue