thunderbird-bin: remove libgnome dependency
It is deprecated and has been removed ages ago:
https://bugzilla.mozilla.org/show_bug.cgi?id=694570
It persists in the crash reporter for some reason but it is optional there:
f66f5a235e/toolkit/crashreporter/client/crashreporter_linux.cpp (L366-L370)
This commit is contained in:
parent
1cbcbbecc2
commit
3dd5efc40b
@ -28,8 +28,6 @@
|
|||||||
, libXt
|
, libXt
|
||||||
, libxcb
|
, libxcb
|
||||||
, libcanberra
|
, libcanberra
|
||||||
, libgnome
|
|
||||||
, libgnomeui
|
|
||||||
, gnome3
|
, gnome3
|
||||||
, libGLU, libGL
|
, libGLU, libGL
|
||||||
, nspr
|
, nspr
|
||||||
@ -108,8 +106,6 @@ stdenv.mkDerivation {
|
|||||||
libXt
|
libXt
|
||||||
libxcb
|
libxcb
|
||||||
libcanberra
|
libcanberra
|
||||||
libgnome
|
|
||||||
libgnomeui
|
|
||||||
libGLU libGL
|
libGLU libGL
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
@ -22444,9 +22444,7 @@ in
|
|||||||
|
|
||||||
thunderbolt = callPackage ../os-specific/linux/thunderbolt {};
|
thunderbolt = callPackage ../os-specific/linux/thunderbolt {};
|
||||||
|
|
||||||
thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {
|
thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin { };
|
||||||
inherit (pkgs.gnome2) libgnome libgnomeui;
|
|
||||||
};
|
|
||||||
|
|
||||||
ticpp = callPackage ../development/libraries/ticpp { };
|
ticpp = callPackage ../development/libraries/ticpp { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user