summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/ibus-engines
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-09-21 21:37:09 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-05-23 15:53:50 +0200
commit77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4 (patch)
tree46d9b5ddc5db2578b8557d3376015ba51375d194 /pkgs/tools/inputmethods/ibus-engines
parenta9d67d54b03e76e19236f9ed45da51a219c35feb (diff)
downloadnixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar.gz
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar.bz2
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar.lz
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar.xz
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.tar.zst
nixpkgs-77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4.zip
ibus-engines.typing-booster: support french by default
This has been postponed[1] because of an unclear state of the french
dictionary provided by hunspell[2].

[1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601
[2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
Diffstat (limited to 'pkgs/tools/inputmethods/ibus-engines')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix
index e6505f3cc46..1115e4e232f 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix
@@ -1,5 +1,5 @@
 { typing-booster, symlinkJoin, hunspellDicts, lib, makeWrapper
-, langs ? [ "de-de" "en-us" "es-es" "it-it" "sv-se" "sv-fi" ]
+, langs ? [ "de-de" "en-us" "es-es" "fr-moderne" "it-it" "sv-se" "sv-fi" ]
 }:
 
 let