about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-28 19:25:52 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-28 19:25:52 -0500
commit8de89b079a00f0a7ebd86b4226fe5d7e264a6c75 (patch)
treedda0e8ee8f8724543c2232a926214f3f425cecef /pkgs/tools/inputmethods
parente35358cc1601bde242509e7d88fece871b503e12 (diff)
downloadnixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar.gz
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar.bz2
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar.lz
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar.xz
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.tar.zst
nixlib-8de89b079a00f0a7ebd86b4226fe5d7e264a6c75.zip
fcitx-qt5: remove patch... again
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix b/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
index fc9dd1e6a253..676b698e87aa 100644
--- a/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
+++ b/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
@@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
       "ECMSetupVersion.cmake" "ECMVersionHeader.h.in" ]}
   '';
 
-  patches = [ ./fcitx-qt5-ecm.patch ];
-
   buildInputs = [ cmake fcitx pkgconfig qtbase ];
 
   preInstall = ''