ibus: fix skipping key release events[1] in Wine

[1]: https://github.com/ibus/ibus/issues/2480
This commit is contained in:
Robert Gerus 2023-12-16 16:12:42 +01:00
parent a9bf124c46
commit 85e0f8e59d

View File

@ -84,6 +84,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" ];