Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fcitx-engines.table-other: fix build

authored by Kranium Gikos Mendoza and committed by Nikolay Amiantov eecc63ba 11004903

+7 -1
+7 -1
pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
··· 1 - { stdenv, fetchurl, cmake, fcitx, gettext }: 1 + { stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fcitx-table-other-${version}"; ··· 10 10 }; 11 11 12 12 buildInputs = [ cmake fcitx gettext ]; 13 + 14 + patches = [ 15 + (fetchpatch { url = https://sources.debian.net/data/main/f/fcitx-table-other/0.2.3-3/debian/patches/0001-table-other-fix-build.patch; 16 + sha256 = "06n1df9szfgfjm5al8r1mvp4cib5h0cm601kwngl6k1vqyyjzg1j"; 17 + }) 18 + ]; 13 19 14 20 preInstall = '' 15 21 substituteInPlace tables/cmake_install.cmake \