gnome3.gnome-shell: Fix Telepathy integration

This commit is contained in:
Jan Tojnar 2020-03-26 04:05:58 +01:00
parent 3ead7c7813
commit f61053de38
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -85,6 +85,13 @@ in stdenv.mkDerivation rec {
url = "https://gitlab.gnome.org/GNOME/gnome-shell/commit/72c4f148ef88b4bffb2106b99434da5c05c0bb64.patch";
sha256 = "RBA+JHz4ZvmbJZMnGNieD6D5LONRgFU4iOFIMQQ2kHQ=";
})
# Fix Telepathy chat integration.
# https://gitlab.gnome.org/GNOME/gnome-shell/issues/2449
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-shell/commit/766288eec1bd3bd50dfc4ddf410c2b507187e603.patch";
sha256 = "Cp6xLohCM0gmMxtyYjSukS2oV60Khmxf4iQd9EDAlIc=";
})
];
postPatch = ''