Skip to content

Commit

Permalink
thunderbird-78: fixes to build on 20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 9, 2020
1 parent 8708d3a commit 0e72e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -175,10 +175,9 @@ stdenv.mkDerivation rec {
# included we need to look in a few places.
# TODO: generalize this process for other use-cases.
BINDGEN_CFLAGS="$(< ${stdenv.cc}/nix-support/libc-crt1-cflags) \
$(< ${stdenv.cc}/nix-support/libc-cflags) \
BINDGEN_CFLAGS="$(< ${stdenv.cc}/nix-support/libc-cflags) \
$(< ${stdenv.cc}/nix-support/cc-cflags) \
$(< ${stdenv.cc}/nix-support/libcxx-cxxflags) \
${stdenv.cc.default_cxx_stdlib_compile} \
${
lib.optionalString stdenv.cc.isClang
"-idirafter ${stdenv.cc.cc}/lib/clang/${
Expand Down
3 changes: 3 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -21817,6 +21817,9 @@ in

thunderbird-78 = callPackage ../applications/networking/mailreaders/thunderbird {
inherit (rustPackages_1_44) cargo rustc;
rust-cbindgen = rust-cbindgen_latest;
nodejs = nodejs-13_x;
nss = nss_latest;
libpng = libpng_apng;
icu = icu67;
libvpx = libvpx_1_8;
Expand Down

0 comments on commit 0e72e54

Please sign in to comment.