thunderbird-78: fix #97994: broken UI in 78.2.2

This commit is contained in:
Vladimír Čunát 2020-09-21 11:51:25 +02:00
parent cf09899749
commit 114202e369
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,6 +6,7 @@
, curl , curl
, dbus , dbus
, dbus-glib , dbus-glib
, fetchpatch
, fetchurl , fetchurl
, file , file
, fontconfig , fontconfig
@ -146,6 +147,13 @@ stdenv.mkDerivation rec {
patches = [ patches = [
./no-buildconfig.patch ./no-buildconfig.patch
(fetchpatch { # included in 78.3.0
name = "empty-UI.patch";
url = "https://hg.mozilla.org/releases/comm-esr78/raw-rev/f085dbd311bc";
# paths: {a,b}/foo -> {a,b}/comm/foo
stripLen = 1; extraPrefix = "comm/";
sha256 = "0x9pw62w93kyd99q9wi2d8llcfzbrqib7fp5kcrjidvhnkxpr6j7";
})
]; ];
postPatch = '' postPatch = ''