From e0e06cdd72ed75c27567744a530453257bcf9c0a Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Mon, 21 Sep 2020 11:51:25 +0200 Subject: thunderbird-78: fix #97994: broken UI in 78.2.2 (cherry picked from commit 114202e369150a0d202103bcb6c92b21058d3db8) --- .../applications/networking/mailreaders/thunderbird/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixpkgs') diff --git a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix index cea780ec861e..aecc8379dd48 100644 --- a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix +++ b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix @@ -6,6 +6,7 @@ , curl , dbus , dbus-glib +, fetchpatch , fetchurl , file , fontconfig @@ -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 = '' -- cgit 1.4.1