fix ibus-tp

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-17 15:12:32 +01:00
parent 52fa1cd2ea
commit 81e0f8fab9
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -10,9 +10,11 @@
buildInputs = [ ibus ibus-engines.table ];
buildPhase = ''
ibus-table-createdb -n tokipona.db tokipona.txt
export HOME=$(pwd)
ibus-table-createdb -n tokipona.db -s tokipona.txt
'';
installPhase = ''
install -m444 -Dt $out/share/ibus-table/tables tokipona.db
'';
meta.isIbusEngine = true;
}