zed-editor: fix build failure on aarch64-darwin (#541713)

This commit is contained in:
Niklas Korz
2026-07-14 07:29:47 +00:00
committed by GitHub
+4
View File
@@ -171,6 +171,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
libGL
libx11
libxext
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# required by installPhase
git
];
cargoBuildFlags = [