Loading pkgs/by-name/as/ast-grep/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-OFNqBkPAKaSqDQUWisupj6FlDbm3kw0xq5nbvj04H5U="; # Work around https://github.com/NixOS/nixpkgs/issues/166205. env = lib.optionalAttrs stdenv.cc.isClang { NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; }; # error: linker `aarch64-linux-gnu-gcc` not found postPatch = '' rm .cargo/config.toml Loading Loading
pkgs/by-name/as/ast-grep/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-OFNqBkPAKaSqDQUWisupj6FlDbm3kw0xq5nbvj04H5U="; # Work around https://github.com/NixOS/nixpkgs/issues/166205. env = lib.optionalAttrs stdenv.cc.isClang { NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; }; # error: linker `aarch64-linux-gnu-gcc` not found postPatch = '' rm .cargo/config.toml Loading