tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ibus-table-others: import ibus-table properly
Thomas Tuegel
10 years ago
bc7f99cd
e559c3a7
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+3
-1
pkgs/top-level/all-packages.nix
···
1192
1193
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };
1194
1195
-
table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others { };
0
0
1196
1197
};
1198
···
1192
1193
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };
1194
1195
+
table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others {
1196
+
ibus-table = ibus-engines.table;
1197
+
};
1198
1199
};
1200