Merge pull request #241046 from linj-fork/fix-ibus-x11-crash

ibus: fix SIGABRT in X11
This commit is contained in:
Naïm Favier 2023-07-02 10:21:34 +02:00 committed by GitHub
commit 2966b869f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];