firefox-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
5384ace0c8
commit
a699dd2bee
@ -28,8 +28,6 @@
|
|||||||
, libXrender
|
, libXrender
|
||||||
, libXt
|
, libXt
|
||||||
, libcanberra
|
, libcanberra
|
||||||
, libgnome
|
|
||||||
, libgnomeui
|
|
||||||
, libnotify
|
, libnotify
|
||||||
, gnome3
|
, gnome3
|
||||||
, libGLU, libGL
|
, libGLU, libGL
|
||||||
@ -123,8 +121,6 @@ stdenv.mkDerivation {
|
|||||||
libXrender
|
libXrender
|
||||||
libXt
|
libXt
|
||||||
libcanberra
|
libcanberra
|
||||||
libgnome
|
|
||||||
libgnomeui
|
|
||||||
libnotify
|
libnotify
|
||||||
libGLU libGL
|
libGLU libGL
|
||||||
nspr
|
nspr
|
||||||
|
@ -19761,7 +19761,6 @@ in
|
|||||||
channel = "release";
|
channel = "release";
|
||||||
generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix;
|
generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix;
|
||||||
gconf = pkgs.gnome2.GConf;
|
gconf = pkgs.gnome2.GConf;
|
||||||
inherit (pkgs.gnome2) libgnome libgnomeui;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox-bin = wrapFirefox firefox-bin-unwrapped {
|
firefox-bin = wrapFirefox firefox-bin-unwrapped {
|
||||||
@ -19774,7 +19773,6 @@ in
|
|||||||
channel = "beta";
|
channel = "beta";
|
||||||
generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix;
|
generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix;
|
||||||
gconf = pkgs.gnome2.GConf;
|
gconf = pkgs.gnome2.GConf;
|
||||||
inherit (pkgs.gnome2) libgnome libgnomeui;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox-beta-bin = res.wrapFirefox firefox-beta-bin-unwrapped {
|
firefox-beta-bin = res.wrapFirefox firefox-beta-bin-unwrapped {
|
||||||
@ -19787,7 +19785,6 @@ in
|
|||||||
channel = "devedition";
|
channel = "devedition";
|
||||||
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
|
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
|
||||||
gconf = pkgs.gnome2.GConf;
|
gconf = pkgs.gnome2.GConf;
|
||||||
inherit (pkgs.gnome2) libgnome libgnomeui;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped {
|
firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped {
|
||||||
|
Loading…
Reference in New Issue
Block a user