tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kime: fix build (#386911)
authored by
Aleksana
and committed by
GitHub
1 year ago
a18088ec
5aeeed52
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ki
kime
package.nix
+2
pkgs/by-name/ki/kime/package.nix
···
129
129
];
130
130
131
131
RUST_BACKTRACE = 1;
132
132
+
# https://github.com/Riey/kime/issues/688
133
133
+
RUSTFLAGS = "-Clink-args=-L./target/release";
132
134
133
135
meta = {
134
136
homepage = "https://github.com/Riey/kime";