fcitx5-mozc: init at 2.26.4220.102

This commit is contained in:
Potato Hatsue
2021-01-24 02:10:23 +01:00
committed by Sandro Jäckel
parent d3b7a30e15
commit 596e02c655
3 changed files with 121 additions and 2 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ in stdenv.mkDerivation {
homepage = "https://chromium.googlesource.com/breakpad";
license = licenses.bsd3;
maintainers = with maintainers; [ berberman ];
platforms = with platforms; linux ++ darwin ++ windows;
platforms = platforms.all;
};
}