thunderbird-78: fix #97994: broken UI in 78.2.2
This commit is contained in:
parent
cf09899749
commit
114202e369
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user