fcitx: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
a2c69a6ed9
commit
b479f3abcd
@ -5,7 +5,7 @@ symlinkJoin {
|
||||
|
||||
paths = [ fcitx fcitx-configtool libsForQt5.fcitx-qt5 ] ++ plugins;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/fcitx \
|
||||
|
Loading…
Reference in New Issue
Block a user