thunderbird: fix build after nss update

/cc nss PR #91746
This commit is contained in:
Vladimír Čunát 2020-07-19 21:10:38 +02:00
parent d4e479aae7
commit 939337f4d5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -22687,6 +22687,7 @@ in
inherit (rustPackages_1_44) cargo rustc;
libpng = libpng_apng;
gtk3Support = true;
nss = nss_3_44; # 68.x won't build with newest nss anymore (like firefox-esr-68)
};
thunderbolt = callPackage ../os-specific/linux/thunderbolt {};