Merge pull request #139369 from adisbladis/firefox-beta_dev-93.0b9
firefox-(devedition|beta)-bin: 90.0b6 -> 93.0b9
This commit is contained in:
commit
2491eb3bdc
4 changed files with 803 additions and 780 deletions
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@
|
|||
, libXt
|
||||
, libcanberra
|
||||
, libnotify
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, libGLU, libGL
|
||||
, nspr
|
||||
, nss
|
||||
|
@ -137,7 +137,7 @@ stdenv.mkDerivation {
|
|||
|
||||
inherit gtk3;
|
||||
|
||||
buildInputs = [ wrapGAppsHook gtk3 gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ wrapGAppsHook gtk3 adwaita-icon-theme ];
|
||||
|
||||
# "strip" after "patchelf" may break binaries.
|
||||
# See: https://github.com/NixOS/patchelf/issues/10
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -24493,6 +24493,7 @@ with pkgs;
|
|||
firefox-esr-wayland = wrapFirefox firefox-esr-91-unwrapped { forceWayland = true; };
|
||||
|
||||
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
||||
inherit (gnome) adwaita-icon-theme;
|
||||
channel = "release";
|
||||
generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix;
|
||||
};
|
||||
|
@ -24504,6 +24505,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
firefox-beta-bin-unwrapped = firefox-bin-unwrapped.override {
|
||||
inherit (gnome) adwaita-icon-theme;
|
||||
channel = "beta";
|
||||
generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix;
|
||||
};
|
||||
|
@ -24515,6 +24517,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
||||
inherit (gnome) adwaita-icon-theme;
|
||||
channel = "devedition";
|
||||
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue