tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5: 5.0.18 -> 5.0.19
Vonfry
3 years ago
f00da34f
d7f7edc2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
default.nix
+3
-3
pkgs/tools/inputmethods/fcitx5/default.nix
···
41
in
42
stdenv.mkDerivation rec {
43
pname = "fcitx5";
44
-
version = "5.0.18";
45
46
src = fetchFromGitHub {
47
owner = "fcitx";
48
repo = pname;
49
rev = version;
50
-
sha256 = "sha256-ZhjNUWzi74lr8Wtf0f+VN1kc9C6q2TJ9ogXeu3NJKbI=";
51
};
52
53
prePatch = ''
54
-
ln -s ${enDict} src/modules/spell/dict/$(stripHash ${enDict})
55
'';
56
57
nativeBuildInputs = [
···
41
in
42
stdenv.mkDerivation rec {
43
pname = "fcitx5";
44
+
version = "5.0.19";
45
46
src = fetchFromGitHub {
47
owner = "fcitx";
48
repo = pname;
49
rev = version;
50
+
sha256 = "sha256-hgg7Sbe5/tAWWq2to9PceBQeUdV3UWENFgvuY0qCksM=";
51
};
52
53
prePatch = ''
54
+
ln -s ${enDict} src/modules/spell/$(stripHash ${enDict})
55
'';
56
57
nativeBuildInputs = [