fcitx-qt5: kde5PackagesFun -> qt5LibsFun

This commit is contained in:
Eric Sagnes
2016-05-21 17:02:23 +09:00
parent 379559702e
commit beae300722
4 changed files with 47 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{ stdenv, symlinkJoin, fcitx, fcitx-configtool, makeWrapper, plugins, kde5 }:
{ stdenv, symlinkJoin, fcitx, fcitx-configtool, makeWrapper, plugins, qt55 }:
symlinkJoin {
name = "fcitx-with-plugins-${fcitx.version}";
paths = [ fcitx fcitx-configtool kde5.fcitx-qt5 ] ++ plugins;
paths = [ fcitx fcitx-configtool qt55.fcitx-qt5 ] ++ plugins;
buildInputs = [ makeWrapper ];