kime: fix build (#386911)

This commit is contained in:
Aleksana
2025-03-04 17:12:19 +08:00
committed by GitHub
+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";