zed-editor: fix build failure on aarch64-darwin (#541713)
This commit is contained in:
@@ -171,6 +171,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
libGL
|
||||
libx11
|
||||
libxext
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# required by installPhase
|
||||
git
|
||||
];
|
||||
|
||||
cargoBuildFlags = [
|
||||
|
||||
Reference in New Issue
Block a user