add additional plover patch
This commit is contained in:
parent
e323b44d8c
commit
36fd443962
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ let
|
|||
rev = "fd5668a3ad9bd091289dd2e5e8e2c1dec063d51f";
|
||||
sha256 = "0y3mdfqjv3vmv5c0cpvfa2mqdylan44iw1js480sxvklq8sxq6yv";
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openstenoproject/plover/files/8059650/cache-kb-mapping.txt";
|
||||
sha256 = "0rahn1fxa6i2rhpz5dk4pamggn7jjlpx0ksjzvj4w1q1mpngyblx";
|
||||
})
|
||||
];
|
||||
postPatch = ''
|
||||
sed -i /PyQt5/d setup.cfg
|
||||
sed -i 's|/usr/share/wayland|${wayland}/share/wayland|' plover_build_utils/setup.py
|
||||
|
|
Loading…
Reference in a new issue