Skip to content

Commit

Permalink
thunderbird: fix build with rustc 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 2, 2019
1 parent a65eab2 commit fca2e1c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -52,6 +52,11 @@ in stdenv.mkDerivation rec {
patches = [
# Remove buildconfig.html to prevent a dependency on clang etc.
./no-buildconfig.patch
(fetchpatch {
# https://phabricator.services.mozilla.com/D47796
url = "https://d3kxowhw4s8amj.cloudfront.net/file/data/a54c6fszaol23yh5aa27/PHID-FILE-sql3i57neyrztfdngrwe/D47796.diff";
sha256 = "18i1bk6rz875dly2vnkrdgbah8kx0lv4akjzl0i9gxc58hi5q3nq";
})
]
++ lib.optional (lib.versionOlder version "69")
(fetchpatch { # https://bugzilla.mozilla.org/show_bug.cgi?id=1500436#c29
Expand Down

0 comments on commit fca2e1c

Please sign in to comment.