fcitx5-toki-pona: use fork w/ icons

This commit is contained in:
2026-03-11 17:59:08 -06:00
parent 12a5095325
commit 81c9c15b06

View File

@@ -3,17 +3,20 @@
, kdePackages
, python3
, libime
, lib
}:
stdenv.mkDerivation {
pname = "fcitx5-toki-pona";
version = "git";
src = fetchFromGitHub {
owner = "plasmaofthedawn";
owner = "msyds";
repo = "fcitx5-toki-pona";
rev = "16038e7f3b9d7435862aa15b792153ae9dd61cef";
hash = "sha256-USYdHNf/lTvnkqPcpjaf2QaTWJNSkuMa7aaPAZQcbFM=";
# rev = "c6f97b94a4dabfeb8a554f0a8c8be6306e5d0b14";
rev = "icons";
hash = "sha256-EP4v1gnegMiDuwWTL9A6yUJw0TgcR8tIKLdr/MMQU54=";
};
# src = /home/msyds/git/fcitx5-toki-pona;
buildInputs = [
kdePackages.fcitx5-chinese-addons
];
@@ -32,6 +35,7 @@ stdenv.mkDerivation {
runHook preInstall
install -Dm644 -t $out/share/fcitx5/table table/*
install -Dm644 -t $out/share/fcitx5/inputmethod confs/*
find icons -name '*.png' -exec install -Dm644 {} "$out/share/{}" \;
runHook postInstall
'';
}