summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-03 10:54:36 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-03 12:47:28 -0400
commitba76fa91c762160e0d75a4cba74b44a0c3f911e7 (patch)
tree949dbaaf7e15aed89028e7741ab3d1c3a52327b7 /pkgs/tools/inputmethods
parent3e96aebf4ed7176acb5e94e9dcf62b64b0c1cf22 (diff)
downloadnixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar.gz
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar.bz2
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar.lz
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar.xz
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.tar.zst
nixpkgs-ba76fa91c762160e0d75a4cba74b44a0c3f911e7.zip
treewide: handle enchant = enchant2
patch or provide backup to enchant1 where necessary
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/unwrapped.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/unwrapped.nix b/pkgs/tools/inputmethods/fcitx/unwrapped.nix
index 50cc06d2059..b32368c93d3 100644
--- a/pkgs/tools/inputmethods/fcitx/unwrapped.nix
+++ b/pkgs/tools/inputmethods/fcitx/unwrapped.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, cmake, intltool, gettext
-, libxml2, enchant, isocodes, icu, libpthreadstubs
+, libxml2, enchant1, isocodes, icu, libpthreadstubs
 , pango, cairo, libxkbfile, libXau, libXdmcp, libxkbcommon
 , dbus, gtk2, gtk3, qt4, extra-cmake-modules
 , xkeyboard_config, pcre, libuuid
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake extra-cmake-modules intltool pkgconfig pcre ];
 
   buildInputs = [
-    xkeyboard_config enchant gettext isocodes icu libpthreadstubs libXau libXdmcp libxkbfile
+    xkeyboard_config enchant1 gettext isocodes icu libpthreadstubs libXau libXdmcp libxkbfile
     libxkbcommon libxml2 dbus cairo gtk2 gtk3 pango qt4 libuuid
   ];