tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ibus-engines.table-others: 1.3.12 -> 1.3.13
Nguyễn Gia Phong
3 years ago
11e8c21c
bc41b01d
+3
-7
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
ibus-engines
ibus-table-others
default.nix
+3
-7
pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "ibus-table-others";
5
5
-
version = "1.3.12";
5
5
+
version = "1.3.13";
6
6
7
7
src = fetchurl {
8
8
url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
9
9
-
sha256 = "sha256-2k7JtLr+zO71rbTz11CCiIPx+orn0dw/Y8m47WfRDEU=";
9
9
+
sha256 = "sha256-XN11iOShWyzRzmo/Ke+1Qh//o4ZhsmJWimgA1by2VZo=";
10
10
};
11
11
12
12
nativeBuildInputs = [ pkg-config ];
13
13
buildInputs = [ ibus ibus-table python3 ];
14
14
15
15
preBuild = ''
16
16
-
export HOME=$(mktemp -d)/ibus-table-others
17
17
-
'';
18
18
-
19
19
-
postFixup = ''
20
20
-
rm -rf $HOME
16
16
+
export HOME=$TMPDIR
21
17
'';
22
18
23
19
meta = with lib; {