kime: fix build

This fixes the build failure on Rust 1.82 or later. See https://github.com/Riey/kime/issues/688
This commit is contained in:
Honnip
2025-03-04 13:08:26 +09:00
parent 6e282518d2
commit 1a1e8ab785
+2
View File
@@ -129,6 +129,8 @@ stdenv.mkDerivation (finalAttrs: {
];
RUST_BACKTRACE = 1;
# https://github.com/Riey/kime/issues/688
RUSTFLAGS = "-Clink-args=-L./target/release";
meta = {
homepage = "https://github.com/Riey/kime";