From 78e61f689fb0afadfa61d01e06696abf8346724e Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Fri, 17 Jul 2026 17:09:29 +0200 Subject: [PATCH] gram: fix darwin build Similar to the build failure we had on zed-editor, git must be in the build inputs to ensure the link is not considered broken in fixup. --- pkgs/by-name/gr/gram/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/gr/gram/package.nix b/pkgs/by-name/gr/gram/package.nix index 894b90cddfc5..2f860f540a62 100644 --- a/pkgs/by-name/gr/gram/package.nix +++ b/pkgs/by-name/gr/gram/package.nix @@ -80,6 +80,9 @@ rustPlatform.buildRustPackage (finalAttrs: { fontconfig libxcb libxkbcommon + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + git ]; cargoBuildFlags = [