Skip to content

Commit

Permalink
thunderbird: Remove buildconfig
Browse files Browse the repository at this point in the history
This reduces the closure size from 1689 MiB to 425 MiB.
  • Loading branch information
edolstra committed Oct 8, 2018
1 parent 9bbd4f6 commit 2be4295
Showing 1 changed file with 7 additions and 2 deletions.
Expand Up @@ -47,14 +47,17 @@ in stdenv.mkDerivation rec {
# from firefox + m4 + wrapperTool
nativeBuildInputs = [ m4 autoconf213 which gnused pkgconfig perl python wrapperTool cargo rustc ];

# https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1479540
# https://hg.mozilla.org/releases/mozilla-release/rev/bc651d3d910c
patches = [
# https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1479540
# https://hg.mozilla.org/releases/mozilla-release/rev/bc651d3d910c
(fetchpatch {
name = "bc651d3d910c.patch";
url = "https://hg.mozilla.org/releases/mozilla-release/raw-rev/bc651d3d910c";
sha256 = "0iybkadsgsf6a3pq3jh8z1p110vmpkih8i35jfj8micdkhxzi89g";
})

# Remove buildconfig.html to prevent a dependency on clang etc.
../../browsers/firefox/no-buildconfig.patch
];

configureFlags =
Expand Down Expand Up @@ -191,6 +194,8 @@ in stdenv.mkDerivation rec {
"$out/bin/thunderbird" --version
'';

disallowedRequisites = [ stdenv.cc ];

meta = with stdenv.lib; {
description = "A full-featured e-mail client";
homepage = http://www.mozilla.org/thunderbird/;
Expand Down

0 comments on commit 2be4295

Please sign in to comment.