Skip to content

Commit abf627c

Browse files
committed
thunderbird-78: fix #97994: broken UI in 78.2.2
(cherry picked from commit 114202e)
1 parent c33f2ca commit abf627c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • pkgs/applications/networking/mailreaders/thunderbird

pkgs/applications/networking/mailreaders/thunderbird/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, curl
77
, dbus
88
, dbus-glib
9+
, fetchpatch
910
, fetchurl
1011
, file
1112
, fontconfig
@@ -149,6 +150,13 @@ stdenv.mkDerivation rec {
149150

150151
patches = [
151152
./no-buildconfig.patch
153+
(fetchpatch { # included in 78.3.0
154+
name = "empty-UI.patch";
155+
url = "https://hg.mozilla.org/releases/comm-esr78/raw-rev/f085dbd311bc";
156+
# paths: {a,b}/foo -> {a,b}/comm/foo
157+
stripLen = 1; extraPrefix = "comm/";
158+
sha256 = "0x9pw62w93kyd99q9wi2d8llcfzbrqib7fp5kcrjidvhnkxpr6j7";
159+
})
152160
];
153161

154162
postPatch = ''

0 commit comments

Comments
 (0)