chore: static link vulkan
Some checks failed
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
build / checks-matrix (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 01:08:58 +05:30
parent e205c60187
commit 7be28fd81d
3 changed files with 36 additions and 20 deletions

View File

@@ -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)}";
# '';
});
};
}