fcitx: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:29:05 +02:00
parent a2c69a6ed9
commit b479f3abcd

View file

@ -5,7 +5,7 @@ symlinkJoin {
paths = [ fcitx fcitx-configtool libsForQt5.fcitx-qt5 ] ++ plugins;
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
postBuild = ''
wrapProgram $out/bin/fcitx \