fix ibus-tp
This commit is contained in:
parent
52fa1cd2ea
commit
81e0f8fab9
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue