fcitx: fix fcitx-qt5 attribute path
This commit is contained in:
parent
1254f1a46a
commit
acb1032968
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, symlinkJoin, fcitx, fcitx-configtool, makeWrapper, plugins, qt55 }:
|
{ stdenv, symlinkJoin, fcitx, fcitx-configtool, makeWrapper, plugins, libsForQt5 }:
|
||||||
|
|
||||||
symlinkJoin {
|
symlinkJoin {
|
||||||
name = "fcitx-with-plugins-${fcitx.version}";
|
name = "fcitx-with-plugins-${fcitx.version}";
|
||||||
|
|
||||||
paths = [ fcitx fcitx-configtool qt55.fcitx-qt5 ] ++ plugins;
|
paths = [ fcitx fcitx-configtool libsForQt5.fcitx-qt5 ] ++ plugins;
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user