From 064b87879309f91cfa945d4cec68aa26118ba65c Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 14 Aug 2016 11:27:28 +0000 Subject: [PATCH] Revert "fcitx-engines.table-other: fix build for cmake 3.6 (#17721)" This reverts commit 4271b6d510193240a8bdebc606bbeab757c32822. Patch hash is wrong and doesn't build. --- .../fcitx-engines/fcitx-table-other/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix index 88921dd0ed5..40ef0b33aea 100644 --- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix +++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }: +{ stdenv, fetchurl, cmake, fcitx, gettext }: stdenv.mkDerivation rec { name = "fcitx-table-other-${version}"; @@ -11,13 +11,6 @@ stdenv.mkDerivation rec { buildInputs = [ cmake fcitx gettext ]; - patches = [ - (fetchpatch { - url = "https://patch-diff.githubusercontent.com/raw/fcitx/fcitx-table-other/pull/2.diff"; - sha256 = "1ai2zw4c0k5rr3xjhf4z7kcml9v8hvsbwdshwpmz2ybly2ncf5y7"; - }) - ]; - preInstall = '' substituteInPlace tables/cmake_install.cmake \ --replace ${fcitx} $out