chore: static link vulkan
This commit is contained in:
@@ -153,10 +153,10 @@
|
||||
++ (lib.optionals pkgs.stdenv.isDarwin [
|
||||
apple-sdk_13
|
||||
]);
|
||||
shellHook = ''
|
||||
# Temp solution until I can disable wayland-backend's dlopen feature in gpui itself
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${builtins.toString (pkgs.lib.makeLibraryPath commonArgs.buildInputs)}";
|
||||
'';
|
||||
# shellHook = ''
|
||||
# # Temp solution until I can disable wayland-backend's dlopen feature in gpui itself
|
||||
# export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${builtins.toString (pkgs.lib.makeLibraryPath commonArgs.buildInputs)}";
|
||||
# '';
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user