gex: fix Darwin build (#410749)

authored by

Alexis Hildebrandt and committed by
GitHub
b95aaded de811097

+3 -1
+3 -1
pkgs/by-name/ge/gex/package.nix
··· 5 pkg-config, 6 libgit2, 7 nix-update-script, 8 }: 9 10 rustPlatform.buildRustPackage rec { ··· 24 25 buildInputs = [ 26 libgit2 27 - ]; 28 29 env = { 30 LIBGIT2_NO_VENDOR = 1;
··· 5 pkg-config, 6 libgit2, 7 nix-update-script, 8 + zlib, 9 + stdenv, 10 }: 11 12 rustPlatform.buildRustPackage rec { ··· 26 27 buildInputs = [ 28 libgit2 29 + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ zlib ]; 30 31 env = { 32 LIBGIT2_NO_VENDOR = 1;