Add an update script for fcitx packages

This commit is contained in:
Poscat
2021-01-16 12:02:43 +08:00
parent c7ebdc8123
commit 13f5c8013f
2 changed files with 31 additions and 0 deletions
@@ -90,6 +90,8 @@ stdenv.mkDerivation rec {
libxkbfile
];
passthru.updateScript = ./update.py;
meta = with lib; {
description = "Next generation of fcitx";
homepage = "https://github.com/fcitx/fcitx5";