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 , lib
, libGL , libGL
, libGLU , libGLU
, libIDL
, libevent , libevent
, libjpeg , libjpeg
, libnotify , libnotify
@ -113,7 +112,6 @@ stdenv.mkDerivation rec {
jemalloc jemalloc
libGL libGL
libGLU libGLU
libIDL
libevent libevent
libjpeg libjpeg
libnotify libnotify

View File

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