forked from mirrors/nixpkgs
Merge pull request #275182 from arachnist/ibus-keyrelease-fix
ibus: fix skipping key release events[1] in Wine
This commit is contained in:
commit
5308b99926
|
@ -83,6 +83,11 @@ stdenv.mkDerivation rec {
|
|||
url = "https://github.com/ibus/ibus/commit/8f706d160631f1ffdbfa16543a38b9d5f91c16ad.patch";
|
||||
hash = "sha256-YzS9TmUWW0OmheDeCeU00kFK2U2QEmKYMSRJAbu14ec=";
|
||||
})
|
||||
# fix missing key releases in Wine https://github.com/ibus/ibus/issues/2480
|
||||
(fetchpatch {
|
||||
url = "https://github.com/ibus/ibus/commit/497f0c74230a65309e22ce5569060ce48310406b.patch";
|
||||
hash = "sha256-PAZcUxmzjChs1/K8hXgOcytyS4LYoNL1dtU6X5Tx8ic=";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "installedTests" ];
|
||||
|
|
Loading…
Reference in a new issue