Skip to content

Commit

Permalink
firefox-bin: fix updateScript evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Feb 28, 2019
1 parent 23b2a60 commit fce6329
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -49,6 +49,7 @@
, gnugrep
, gnupg
, ffmpeg
, runtimeShell
}:

let
Expand Down Expand Up @@ -191,7 +192,7 @@ stdenv.mkDerivation {
# update with:
# $ nix-shell maintainers/scripts/update.nix --argstr package firefox-bin-unwrapped
passthru.updateScript = import ./update.nix {
inherit stdenv name channel writeScript xidel coreutils gnused gnugrep gnupg curl;
inherit stdenv name channel writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
baseUrl =
if channel == "devedition"
then "http://archive.mozilla.org/pub/devedition/releases/"
Expand Down

0 comments on commit fce6329

Please sign in to comment.