16 stdenv.mkDerivation rec {
17 pname = "fcitx5-mcbopomofo";
20 src = fetchFromGitHub {
21 owner = "openvanilla";
22 repo = "fcitx5-mcbopomofo";
24 hash = "sha256-VnAE+DIDEYAfHnHS/ufwohkUgmgjNyrCyJlA2g1p2aY=";
42 "-DCMAKE_BUILD_TYPE=Release"
45 passthru.updateScript = nix-update-script { };
48 description = "McBopomofo for fcitx5";
49 homepage = "https://github.com/openvanilla/fcitx5-mcbopomofo";
50 license = lib.licenses.mit;
51 maintainers = with lib.maintainers; [ shiphan ];
52 platforms = lib.platforms.linux;