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:
parent
3dd5efc40b
commit
5b3a626ab9
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user