thunderbird: remove libIDL dependency

It has not been used for ages:

https://bugzilla.mozilla.org/show_bug.cgi?id=687766
This commit is contained in:
Jan Tojnar 2020-06-20 23:22:55 +02:00
parent 3dd5efc40b
commit 5b3a626ab9
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@
, lib
, libGL
, libGLU
, libIDL
, libevent
, libjpeg
, libnotify
@ -113,7 +112,6 @@ stdenv.mkDerivation rec {
jemalloc
libGL
libGLU
libIDL
libevent
libjpeg
libnotify

View File

@ -22436,7 +22436,6 @@ in
thonny = callPackage ../applications/editors/thonny { };
thunderbird = callPackage ../applications/networking/mailreaders/thunderbird {
inherit (gnome2) libIDL;
inherit (rustPackages_1_42) rustc;
libpng = libpng_apng;
gtk3Support = true;