nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

kime: fix build

This fixes the build failure on Rust 1.82 or later. See https://github.com/Riey/kime/issues/688

Honnip 1a1e8ab7 6e282518

+2
+2
pkgs/by-name/ki/kime/package.nix
··· 129 129 ]; 130 130 131 131 RUST_BACKTRACE = 1; 132 + # https://github.com/Riey/kime/issues/688 133 + RUSTFLAGS = "-Clink-args=-L./target/release"; 132 134 133 135 meta = { 134 136 homepage = "https://github.com/Riey/kime";