mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
firefox-devedition-bin-unwrapped: update channel references
the channel for firefox-devedition-bin-unwrapped got changed in #256292 updating some stuff related to the update script that relied on the channel
This commit is contained in:
parent
5c01128ec0
commit
1efcf3467e
@ -108,7 +108,7 @@ stdenv.mkDerivation {
|
|||||||
updateScript = import ./update.nix {
|
updateScript = import ./update.nix {
|
||||||
inherit pname channel lib writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
|
inherit pname channel lib writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
|
||||||
baseUrl =
|
baseUrl =
|
||||||
if channel == "devedition"
|
if channel == "developer-edition"
|
||||||
then "https://archive.mozilla.org/pub/devedition/releases/"
|
then "https://archive.mozilla.org/pub/devedition/releases/"
|
||||||
else "https://archive.mozilla.org/pub/firefox/releases/";
|
else "https://archive.mozilla.org/pub/firefox/releases/";
|
||||||
};
|
};
|
||||||
|
@ -31745,7 +31745,7 @@ with pkgs;
|
|||||||
firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
||||||
inherit (gnome) adwaita-icon-theme;
|
inherit (gnome) adwaita-icon-theme;
|
||||||
channel = "developer-edition";
|
channel = "developer-edition";
|
||||||
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
|
generated = import ../applications/networking/browsers/firefox-bin/developer-edition_sources.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
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