tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx-engines.table-other: 0.2.3 -> 0.2.4
Gabriel Ebner
8 years ago
a14ab86e
1c67ee4f
+3
-9
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx-engines
fcitx-table-other
default.nix
+3
-9
pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
···
1
1
-
{ stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }:
1
1
+
{ stdenv, fetchurl, cmake, fcitx, gettext }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "fcitx-table-other-${version}";
5
5
-
version = "0.2.3";
5
5
+
version = "0.2.4";
6
6
7
7
src = fetchurl {
8
8
url = "http://download.fcitx-im.org/fcitx-table-other/${name}.tar.xz";
9
9
-
sha256 = "12fqbsjrpx5pndx2jf7fksrlp01a4yxz62h2vpxrbkpk73ljly4v";
9
9
+
sha256 = "1di60lr6l5k2sdwi3yrc0hl89j2k0yipayrsn803vd040w1fgfhq";
10
10
};
11
11
12
12
buildInputs = [ cmake fcitx gettext ];
13
13
-
14
14
-
patches = [
15
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
16
-
sha256 = "06n1df9szfgfjm5al8r1mvp4cib5h0cm601kwngl6k1vqyyjzg1j";
17
17
-
})
18
18
-
];
19
13
20
14
preInstall = ''
21
15
substituteInPlace tables/cmake_install.cmake \