ibus: fix SIGABRT[1] in X11

[1]: https://github.com/ibus/ibus/issues/2484
This commit is contained in:
Lin Jian 2023-07-02 14:31:52 +08:00
parent 813757cf45
commit 8836ad8bcf
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5

View File

@ -79,6 +79,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/ibus/ibus/commit/7c8abbe89403c2fcb08e3fda42049a97187e53ab.patch";
hash = "sha256-59HzAdLq8ahrF7K+tFGLjTodwIiTkJGEkFe8quqIkhU=";
})
# fix SIGABRT in X11 https://github.com/ibus/ibus/issues/2484
(fetchpatch {
url = "https://github.com/ibus/ibus/commit/8f706d160631f1ffdbfa16543a38b9d5f91c16ad.patch";
hash = "sha256-YzS9TmUWW0OmheDeCeU00kFK2U2QEmKYMSRJAbu14ec=";
})
];
outputs = [ "out" "dev" "installedTests" ];