mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Revert "fcitx-engines.table-other: fix build for cmake 3.6 (#17721)"
This reverts commit 4271b6d510
.
Patch hash is wrong and doesn't build.
This commit is contained in:
parent
4271b6d510
commit
064b878793
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }:
|
{ stdenv, fetchurl, cmake, fcitx, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fcitx-table-other-${version}";
|
name = "fcitx-table-other-${version}";
|
||||||
|
@ -11,13 +11,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ cmake fcitx gettext ];
|
buildInputs = [ cmake fcitx gettext ];
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/fcitx/fcitx-table-other/pull/2.diff";
|
|
||||||
sha256 = "1ai2zw4c0k5rr3xjhf4z7kcml9v8hvsbwdshwpmz2ybly2ncf5y7";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
substituteInPlace tables/cmake_install.cmake \
|
substituteInPlace tables/cmake_install.cmake \
|
||||||
--replace ${fcitx} $out
|
--replace ${fcitx} $out
|
||||||
|
|
Loading…
Reference in a new issue