firefox-bin: fix updateScript evaluation

This commit is contained in:
Robert Schütz 2019-02-28 07:42:31 +01:00
parent 23b2a60620
commit fce6329f50

View file

@ -49,6 +49,7 @@
, gnugrep
, gnupg
, ffmpeg
, runtimeShell
}:
let
@ -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/"