Skip to content

Commit

Permalink
thunderbird-78: fix #97994: broken UI in 78.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 21, 2020
1 parent cf09899 commit 114202e
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
, curl
, dbus
, dbus-glib
, fetchpatch
, fetchurl
, file
, fontconfig
Expand Down Expand Up @@ -146,6 +147,13 @@ stdenv.mkDerivation rec {

patches = [
./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 = ''
Expand Down

0 comments on commit 114202e

Please sign in to comment.