forked from Henry-Hiles/nexus
fix libz thingy
This commit is contained in:
parent
71cbcc580a
commit
661352fb40
2 changed files with 5 additions and 10 deletions
|
|
@ -50,8 +50,11 @@
|
|||
];
|
||||
|
||||
env = {
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
|
||||
LD_LIBRARY_PATH = "./build/native_assets/linux";
|
||||
LIBCLANG_PATH = lib.makeLibraryPath [ pkgs.libclang ];
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath [
|
||||
pkgs.zlib
|
||||
"./build/native_assets/linux"
|
||||
];
|
||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue